docs: update README with to-do list of features

This commit is contained in:
buzz-lightsnack-2007 2025-04-18 09:01:29 +08:00
parent 86efffd8a3
commit c022f33310

View file

@ -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.