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

https://github.com/fsojitra/uploading-multiple-image-files-using-multer-and-store-path-in-mongodb-and-display-it

Uploading multiple images using multer
https://github.com/fsojitra/uploading-multiple-image-files-using-multer-and-store-path-in-mongodb-and-display-it

express-multer expressjs file-upload file-upload-server fileuploader hacktoberfest2020 hactoberfest javascript mongodb mongoose multer multer-storage multiple-file-upload nodejs upload-file upload-images upload-pictures

Last synced: 3 months ago
JSON representation

Uploading multiple images using multer

Awesome Lists containing this project

README

          

# 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 :zap: