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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%