nadiemedicejose / file-metadata

Microservice to upload a file, and GET a JSON response with the file name, type and size in bytes.

Home Page:https://filemetadata.nadiemedicejose.repl.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Metadata Microservice

Run on Repl.it

Build a full stack JavaScript app that is functionally similar to this: https://file-metadata-microservice.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods:

  • Clone this GitHub repo and complete your project locally.
  • Use our Replit starter project to complete your project.
  • Use a site builder of your choice to complete the project. Be sure to incorporate all the files from our GitHub repo. When you are done, make sure a working demo of your project is hosted somewhere public. Then submit the URL to it in the Solution Link field. Optionally, also submit a link to your projects source code in the GitHub Link field.

HINT: You can use the multer npm package to handle file uploading.

User Stories

  • You should provide your own project, not the example URL.
  • You can submit a form that includes a file upload.
  • The form file input field has the name attribute set to upfile.
  • When you submit a file, you receive the file name, type, and size in bytes within the JSON response.

https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/file-metadata-microservice

About

Microservice to upload a file, and GET a JSON response with the file name, type and size in bytes.

https://filemetadata.nadiemedicejose.repl.co


Languages

Language:HTML 42.2%Language:JavaScript 36.3%Language:CSS 21.2%Language:Shell 0.4%