Skip to content

Commit a3818f8

Browse files
committed
README commit
1 parent 210704d commit a3818f8

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
# Uploading-Multiple-File-Images-Using-Multer-In-Node.js-And-Express.js-and-store-path-in-mongoDB-
1+
# Uploading-Multiple-File-Images-Using-Multer-In-Node.js-And-Express.js-and-store-path-in-mongoDB-Adn Display Image and Delete it
2+
3+
This code will give you idea how to upload multiple images using multer and display those images by storing name to the mongoDB db.
4+
5+
### Prerequisites
6+
7+
Below noted things you need to install the software
8+
9+
```
10+
- Node.js
11+
- NPM
12+
- MongoDB in your System.
13+
```
14+
15+
16+
### Installing
17+
18+
Clone or download this repository
19+
20+
```
21+
npm install
22+
```
23+
24+
### Run
25+
26+
```
27+
nodemon server.js
28+
```
29+
30+
Code is Running on
31+
32+
(http://localhost:3000/)

0 commit comments

Comments
 (0)