Uploading-Multiple-File-Images-Using-Multer-In-Node.js-And-Express.js-and-store-path-in-mongoDB-Adn Display Image and Delete it

This code will give you idea how to upload multiple images using multer and display those images by storing name to the mongoDB db.

Prerequisites

Below noted things you need to install the software

- Node.js
- NPM
- MongoDB (In your Local System.)

Installing

Clone or download this repository

npm install

Run

 npm run start

Code is Running on

http://localhost:2000/

Thanks ⚡