GitHub - W3SS/node-restful-api-tutorial at 13-controllers · GitHub
Skip to content

W3SS/node-restful-api-tutorial

 
 

Folders and files

Repository files navigation

Creating a RESTful API with Node.js

This repository accompanies my YouTube video series on building a RESTful API with Node.js: https://github.com/academind/node-restful-api-tutorial.git

Usage

Check out the branch you're interested in (i.e. which belongs to the video in my series you just watched), git clone it and thereafter run 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"
    }
}

About

This repository accompanies my YouTube series on building a RESTful API with Node.js: https://www.youtube.com/playlist?list=PL55RiY5tL51q4D-B63KBnygU6opNPFk_q

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 100.0%