Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 577 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 577 Bytes

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.