Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gurrudev/upload_image_in_mongodb
Upload image in mongodb
https://github.com/gurrudev/upload_image_in_mongodb
ejs expres mongodb mongoose nodejs
Last synced: about 1 month ago
JSON representation
Upload image in mongodb
- Host: GitHub
- URL: https://github.com/gurrudev/upload_image_in_mongodb
- Owner: gurrudev
- License: mit
- Created: 2023-03-31T05:17:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-15T12:07:36.000Z (about 1 year ago)
- Last Synced: 2023-12-15T13:29:42.898Z (about 1 year ago)
- Topics: ejs, expres, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Upload Image in MongoDB
📦Install
```sh
$ npm install
```💻Usage
```js
// replace the value in your .env
const mongoURI = process.env.MONGO_URI;
const port = process.env.PORT;
```🚀Start
```sh
$ npm run dev
or
$ pm2 start app.js
or
$ node app.js
```