Skip to content

Sanj96/FS1030_NoSQL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NoSQL + REST API Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%