Uploading-Multiple-Image-Files-Using-Multer-and-store-path-in-mongoDB-and-DIsplay-It

Uploading multiple images using multer

MIT License

Stars
21

Uploading Multiple File Images Using Multer with Node.js(Express.js) and store path in mongoDB. 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

nodemon server.js

Code is Running on

http://localhost:3000/

Thanks ⚡