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