Documentation can be found on : https://github.com/viktoriussuwandi/File-Metadata-Microservice
This is the result to complete the 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
* Avoid duplicate username
* Avoid duplicate user_id using recursive function
* Using local file to save user input
* Using id generator to generate user id
* Using express validator to validate user input
- You should provide your own project, not the example URL.
- You can submit a
formthat includes afile upload. - The form file input field has the
nameattribute set toupfile. - When you submit a
file, you receive thefile name,type, andsizeinbyteswithin theJSONresponse.
