/MongoURI-ENV

How use .env in a MongoURI

Primary LanguageJavaScript

MongoDB + .ENV

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

Installation

Install with npm

  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

  npm run start

Authors