Skip to content

A File Metadata Microservice which is used to upload different types of files using "Multer" and returns file Information in JSON body

Notifications You must be signed in to change notification settings

Navaneeth-21/File-Multer-Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Metadata Microservice

A Microservice Application which is used to upload the different types of files using a package "Multer".

Getting Started

  1. Tools and Technologies :

    • NodeJS
    • ExpressJS
    • Multer
  2. Clone the repository

  3. Install the dependencies

    npm install
  4. Create a directory named 'Uploads/' in your root repository to store the files that has been uploaded

    mkdir Uploads
    
  5. Start the server

    npm run start
  6. You'll get an JSON response of filename , mimetype and size of your uploaded file.

About

A File Metadata Microservice which is used to upload different types of files using "Multer" and returns file Information in JSON body

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published