An open API service indexing awesome lists of open source software.

https://github.com/navaneeth-21/file-multer-microservice

A File Metadata Microservice which is used to upload different types of files using "Multer" and returns file Information in JSON body
https://github.com/navaneeth-21/file-multer-microservice

expressjs freecodecamp-backend freecodecamp-challenge multer multer-fileupload nodejs

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

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

```sh
mkdir Uploads

5. Start the server
```sh
npm run start
6. You'll get an JSON response of filename , mimetype and size of your uploaded file.