Skip to content

Nodejs boilerplate with a very basic structure, Highly scalable architecture with easy migration to micro-services.

Notifications You must be signed in to change notification settings

zahiruldu/node-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Node Api Backend.

What is this repository for?

This application contains about the backend api functionalities of a sample node application.

Installation?

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

Dependencies

MongoDB latest 3X Node latest LTS

Database configuration

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

Who do I talk to?

  • Maintainer Md. Zahirul Haque

About

Nodejs boilerplate with a very basic structure, Highly scalable architecture with easy migration to micro-services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •