NestJS Boilerplate
This boilerplate is for NestJS enthusiasts who quickly want to get a boilerplate for a more roubust NestJS web application. The implemented features in this boilerplate include:
- Config Management
- DTOs, Validation Pipes, Interfaces, Entities
- Repository Pattern
- Database Management
- Database Seeder Management
- Simple JWT based authentication
- (optional) Websocket Implementation
Nest framework TypeScript boilerplate repository.
$ yarn
$ cp .env.example .env.local
And modify the needed variables.
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
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.
- Subham Kharel - LinkedIn
- NestJS Website - https://nestjs.com
- NESTJS Twitter - @nestframework
Nest is MIT licensed.