Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 213 Bytes

README.MD

File metadata and controls

12 lines (10 loc) · 213 Bytes

Usage

npm install.

Make sure to also add your Mongo Atlas Admin Username to a nodemon.json file (which you have to create).

{
    "env": {
        "MONGO_ATLAS_PW": "YOUR_MONGO_USER_PW"
    }
}