
File Metadata Microservice
- Summary: A FreeCodeCamp challenge for a microservice that returns the name, type and size of the uploaded file.
- Source URL: https://github.com/michellemtchai/file-metadata
- Demo URL: https://file-metadata-0lxn.onrender.com
- Stacks:
Objective
Build a microservice that fulfills the user stories and passes all the tests provided by FreeCodeCamp.
Original Challenge: https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/file-metadata-microservice
User Stories
- I can submit a form that includes a file upload.
- The form file input field has the
nameattribute set toupfile. - When I submit something, I will receive the file
name,type, andsizein bytes within the JSON response.
Usage
- Go to the main page, and upload a file using the provided form.

