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
- Host: GitHub
- URL: https://github.com/fsojitra/uploading-multiple-image-files-using-multer-and-store-path-in-mongodb-and-display-it
- Owner: fsojitra
- License: gpl-3.0
- Created: 2017-12-01T10:26:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T04:03:00.000Z (8 months ago)
- Last Synced: 2025-04-24T04:43:11.068Z (6 months ago)
- Topics: 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
- Language: JavaScript
- Homepage:
- Size: 2.32 MB
- Stars: 24
- Watchers: 0
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: