/FCC-File-Metadata-Microservice

APIs and Microservices Project - Part of the FCC Curriculum

Primary LanguageHTML

API Project: File Metadata Microservice for freeCodeCamp

FreeCodeCamp

See this project live on Glitch

User stories:

  1. I can submit a form that includes a file upload.
  2. The form file input field has the "name" attribute set to "upfile". We rely on this in testing.
  3. When I submit something, I will receive the file name, file type and size in bytes within the JSON response

Usage :

  • Go to the main page, and upload a file using the provided form.

Note:

  • To handle the file uploading the multer npm package was used.