halojasatech / nest-backend-boilerplate

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

Home Page:https://halojasa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://halojasa.com


Languages

Language:TypeScript 89.2%Language:Dockerfile 5.0%Language:JavaScript 3.1%Language:Shell 2.8%