https://github.com/0-vortex/nestjs-test-tooling
testing some tooling choices for nestjs
https://github.com/0-vortex/nestjs-test-tooling
Last synced: 5 months ago
JSON representation
testing some tooling choices for nestjs
- Host: GitHub
- URL: https://github.com/0-vortex/nestjs-test-tooling
- Owner: 0-vortex
- License: mit
- Created: 2023-12-03T16:14:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T18:26:23.000Z (over 2 years ago)
- Last Synced: 2024-12-30T01:34:47.425Z (over 1 year ago)
- Language: TypeScript
- Size: 628 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository with strategies:
- @nestjs/config
- @nestjs/platform-fastify
- @nestjs/swagger
- @nestjs/terminus
- @nestjs/typeorm
- nestjs-pino
## Tooling
- @darraghor/eslint-plugin-nestjs-typed
- @tmcb/check-engines
- @tmcb/conventional-commit
- typesync
## CI/CD
- docker
- @tmcb/release
## Installation
```shell
npm ci
```
## Running the app
```shell
# development
npm start
# watch mode
npm run start:dev
# production mode
npm run start:prod
```
## Test
```shell
# unit tests
npm test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
```
## License
Nest is [MIT licensed](LICENSE).