/rest-api

Repo to revise CRUD

Primary LanguageJavaScript

rest-api

This project was made to revise concepts of REST API development using Node/Express, Mongo Db and deployed on Turbo 360 (https://www.turbo360.co). This project follows the Udemy course https://www.udemy.com/course/create-a-rest-api-with-node-js-and-mongo-db

Instructions

After cloning into repo, cd to project root directory and install dependencies:

$ npm install

To run dev server, install Turbo CLI globally:

$ sudo npm install turbo-cli -g

Then run dev server from project root directory:

$ turbo devserver