We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210704d commit a3818f8Copy full SHA for a3818f8
README.md
@@ -1 +1,32 @@
1
-# Uploading-Multiple-File-Images-Using-Multer-In-Node.js-And-Express.js-and-store-path-in-mongoDB-
+# 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