NestJS Microservice Boilerplate A simple boilerplate for NestJS microservices Running the app with Docker # development $ docker-compose up dev # production $ docker-compose up prod just with NPM # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod License Nest is MIT licensed.