/nest-backend-boilerplate

Nestjs Complete Backend Boilerplate for Scalable Application ( build with ❤️ by Halojasa Tech Team )

Primary LanguageTypeScript

Halojasa Logo with Nestjs

This is Halojasa ready production use backend boilerplate for building efficient and scalable microservice applications build with Nestjs.

Description

Nest complete boilerplate repository.

Installation

$ npm install

Running the app

# 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

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. Halojasa use Nest for some of our backend service. read more here.

License

Nest is MIT licensed.