Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Mongo Boilerplate

Boilerplate project for quickly building RESTful APIs using Node, Express, Mongoose and reshelper

Reshelper provides a simple way of returning basic REST API responses. You can find package details here

Installation

Copy .env.example and rename it to .env

Use package manager to install

  npm install

Server will be started on port 9000

Socket Server will be started on port 9001

Just go to your browser and browse to

http://localhost:9000

And You will see below message

{
  "code": 200,
  "success": true,
  "data": null,
  "error": null,
  "message": "'node-mongo' started"
}

Author

Hemin Tailor (flyingtailorbird@gmail.com)

About

First Mongo

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages