From c022f333108ccdbeabf107992eb989b53e536cb3 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 18 Apr 2025 09:01:29 +0800 Subject: [PATCH] docs: update README with to-do list of features --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4f876cf..5f7605f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # File Metadata Microservice This is the boilerplate for the File Metadata Microservice project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/file-metadata-microservice + +## To-do +1. A form that includes a file upload. +2. A form file input field has the name attribute set to upfile. +3. Submitting a file results in a JSON response with the file name, type, and size in bytes. \ No newline at end of file