This is a demo node.js application using node.js, express, jade and mongodb. This simple app contains CRUD operations (Insert, Update, Delete and Select) in Mongodb.
- NodeJs
- mongodb
- Express
$ git clone https://github.com/spjoshis/node-express-mongodb-demo.git
$ npm install
API URL: http://localhost:8080
Note: Do not forget to install mongodb in server.
MIT