Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/esquiafo/mongouri-env

How use .env in a MongoURI
https://github.com/esquiafo/mongouri-env

env environment environment-variables express express-js expressjs mongo mongodb mongodb-database node node-js nodejs

Last synced: about 1 month ago
JSON representation

How use .env in a MongoURI

Awesome Lists containing this project

README

        

# MongoDB + .ENV

How effectively set up an environmental variable for a MongoDB URI implementation

## Installation

Install with npm

```bash
npm i
```

## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`MONGO_URI`

## Deployment

To deploy this project run

```bash
npm run start
```

## Authors

- [@Leonardo Capone](https://www.linkedin.com/in/capone-leonardo/)