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
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"
}