Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 634 Bytes

File metadata and controls

29 lines (19 loc) · 634 Bytes

Nodejs, Expressjs, MongoDb, Mongoose setup

This is a demo application to illustrating various features for the back-end developement. It describe how to setup Nodejs with Expressjs and Mongoose to create REST API.

Boilerplate

If you want to setup back-end developement with Nodejs and Mongodb from scratch, You can use this.

Requirements

Install

$ git clone https://github.com/iamrks/NodejsWithMongoDb.git
$ npm install

To Run

$ npm start

APIs

  • Methods : GET, POST, PUT, DELETE
  1. http://localhost:3000/api/v1/user