This is Halojasa ready production use backend boilerplate for building efficient and scalable microservice applications build with Nestjs.
Nest complete boilerplate repository.
$ npm install
# run with docker for local
$ docker-compose up
# debug mode
$ npm run start:debug
# development mode
$ npm run start
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. Halojasa use Nest for some of our backend service. read more here.
Nest is MIT licensed.