Go to file
Hasta Ragil Saputra 0456cd57f4 feat: update boilerplate
add swagger
add correlation id
add health check for internet connectivity and database
update to latest nestjs version
remove clutter from http log
2022-06-24 17:13:05 +07:00
k8s/staging feat: gitlab ci 2021-11-26 21:48:29 +07:00
src feat: update boilerplate 2022-06-24 17:13:05 +07:00
test feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
.dockerignore feat: logger and dockerfile 2021-11-26 18:42:12 +07:00
.env.example feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
.eslintrc.js feat: update boilerplate 2022-06-24 17:13:05 +07:00
.gitignore feat: logger and dockerfile 2021-11-26 18:42:12 +07:00
.gitlab-ci.yml feat: gitlab ci 2021-11-26 21:45:12 +07:00
.prettierrc feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
Dockerfile feat: logger and dockerfile 2021-11-26 18:42:12 +07:00
nest-cli.json feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
package.json feat: update boilerplate 2022-06-24 17:13:05 +07:00
README.md feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
tsconfig.build.json feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
tsconfig.json feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
yarn.lock feat: update boilerplate 2022-06-24 17:13:05 +07:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# 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. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.