A Microservice Application which is used to upload the different types of files using a package "Multer".
-
Tools and Technologies :
- NodeJS
- ExpressJS
- Multer
-
Clone the repository
-
Install the dependencies
npm install
-
Create a directory named 'Uploads/' in your root repository to store the files that has been uploaded
mkdir Uploads
-
Start the server
npm run start
-
You'll get an JSON response of filename , mimetype and size of your uploaded file.