Node Api Backend.
This application contains about the backend api functionalities of a sample node application.
To run the Api application follow the following steps. Be sure you are using Nodejs latest LTS and MongoDB latest.
- Configuration
git clone [email protected]:zahiruldu/node-boilerplate.git
cd node-boilerplate
npm install
npm start
The application will sart listening to default port 8080. Browse Url : http://localhost:8080 To change the development server port, see the following file
.env
MongoDB latest 3X Node latest LTS
Use the latest version of MongoDB community server edition 3X. keep your MongoDB running. To change the MongoDB configuration, check the following file and change the value of db property
config/config.js
- How to run tests
npm test
- Deployment instructions
- Maintainer Md. Zahirul Haque