/sample_fileupload_app-using_multer

This is a sample project built using Multer for api with File upload option, As I couldn't find much sample with all 3 options (single, array, field i.e. multi field ) available.

Primary LanguageJavaScript

REST API with File Upload using Multer

This is a simple project of implementing multer for building API's with file uploading

Step1: Clone or Download this project

Step2:npm i //To install all the dependencies

Step3: npm start //To Start the server

Link for API collection (Postman): https://www.getpostman.com/collections/4133b15cfbadd59efc55https://www.getpostman.com/collections/4133b15cfbadd59efc55

Refered Doc:

There are some more documents which I even reffered