Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 438 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 438 Bytes

FS1030

NoSQL + REST API Example

Good example of using MongoDB + NodeJS integration

Credits: https://www.callicoder.com

Commands

Clone this repo

git clone https://github.com/tarun27in/FS1030_NoSQL

Initializes the app

npm init

Install the dependencies

npm install express body-parser mongoose --save

Install nodemon globally

npm install nodemon -g

Start the app

nodemon server.js