Go to file
2023-12-15 13:34:05 +07:00
.vscode add saldo IRS 2021-12-09 03:22:52 +07:00
k8s add deployment 2022-01-26 21:35:05 +07:00
src add: check unique trx id error 2023-12-15 13:32:33 +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(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
.gitignore feat: logger and dockerfile 2021-11-26 18:42:12 +07:00
.gitlab-ci.yml add deployment 2022-01-06 19:25:18 +07:00
.prettierrc feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
Dockerfile Update Dockerfile 2021-12-16 03:02:04 +00:00
nest-cli.json feat(wip): initial boilerplate 2021-10-04 16:29:05 +07:00
package-lock.json - push digiflazz supplier add md5 lib 2023-03-01 01:33:22 +07:00
package.json - push digiflazz supplier add md5 lib 2023-03-01 01:33:22 +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 fix: sending raw data in error message 2023-12-05 22:58:51 +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.