Nest framework TypeScript starter repository.
- NestJS - 10.0.0
- Commitlint - 19.5.0
- Commitizen - 4.3.1
- Prettier - 3.0.0
- Docker - 27.3.1
- Node - 20.8
- pnpm
# Install the module
$ pnpm install
# Update the environment file
# Access to .env file or create if not existed
# your_environment should be [local, staging, production]
$ NODE_ENV=your_environment
# Expose port for application
$ PORT=your_port
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
- Author - Hung Nguyen Huu
Nest is MIT licensed.