codeforgeek / Node-and-mongo-tutorial

Tutorial to interface Node.js with MongoDb using Native Mongo driver.

Home Page:https://codeforgeek.com/node-mongodb-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build RESTful API using Node and MongoDB

Installation :

Download or clone the code.

Run MongoDB on default instance.

Run program by typing npm start on terminal.

Testing REST api :

Open up REST simulator ( Postman recommended )

Hit following URL's :

  • /GET localhost:3000
  • /GET localhost:3000/users
  • /POST localhost:3000/users - send data in JSON format ( Visit tutorial to know format )
  • /PUT localhost:3000/users/:id
  • /DELETE localhost:3000/users/:id

Tutorial link :

https://codeforgeek.com/2015/08/restful-api-node-mongodb/

About

Tutorial to interface Node.js with MongoDb using Native Mongo driver.

https://codeforgeek.com/node-mongodb-tutorial/


Languages

Language:JavaScript 100.0%