/Node.js-Rest-Api-With-Mongo-DB

A Node.js Rest Api With Mongo DB (Atlas db)

Primary LanguageJavaScript

Creating a RESTful API with Node.js

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"
    }
}