Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```