Skip to content

Nodejs boilerplate using docker and micro service architecture

Notifications You must be signed in to change notification settings

GeekRishabh/microservices-nodejs

Repository files navigation

microservices-nodejs

Nodejs boilerplate using docker and micro service architecture

Requirements

• Docker and docker-compose
• PM2 installed globally via npm i -g pm2.

Setup

Clone the repository:

git clone [email protected]:GeekRishabh/microservices-nodejs.git

Development

• Docker

cd microservices-nodejs
docker-compose up

• PM2

cd microservices-nodejs
pm2 start 

Production builds