Dynamic-Gravity / rest_api_tutorial

REST API tutorial from Net Ninja using MongoDB, Node.js and Express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API Tutorial

This is a tutorial followed from the Net Ninja. The tech stack used is MongoDB, Node.js and Express.js.

Instructions

  1. Make sure you have Node.js, npm and MongoDB installed on your local machine. The versions I have on my machine at the time of this project are v8.9.4 and v5.6.0 respectively.
  2. Clone the repo to your local machine and navigate to the route of the project.
  3. Run npm install
  4. Run node index.js
  5. Run:
  • Windows: "C:\Program Files\MongoDB\Server\3.6\bin\mongod.exe"
  • Mac: mongod
  1. Locate to locahost:4000

About

REST API tutorial from Net Ninja using MongoDB, Node.js and Express.js


Languages

Language:JavaScript 47.6%Language:HTML 31.5%Language:CSS 20.9%