Skip to content

File Metadata Microservice allows users to upload files and receive metadata about the uploaded file. Users can submit a file, then on file upload, the server responds with a JSON object. Built using Node.js, Express.js, and the multer package for file handling.

Notifications You must be signed in to change notification settings

davidecarluccio/file-metadata-microservice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Metadata Microservice

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:


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

Tests

1. You should provide your own project, not the example URL.

2. You can submit a form that includes a file upload.

3. The form file input field has the name attribute set to upfile.

4. When you submit a file, you receive the file name, type, and size in bytes within the JSON response.

About

File Metadata Microservice allows users to upload files and receive metadata about the uploaded file. Users can submit a file, then on file upload, the server responds with a JSON object. Built using Node.js, Express.js, and the multer package for file handling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.5%
  • JavaScript 30.2%
  • CSS 23.3%