A progressive Node.js framework for building efficient and scalable server-side applications.
- Nestjs config (dotenv)
- Postgress
- Api request validation (validation pipe)
- Swagger (open api 3.0)
- compression
- docker (docker compose)
Nest framework TypeScript starter repository.
Note: This is not neccessary for app to run since it can be handled by Docker. without this app can run smoothly both development and production but for intelisense it is cruisial
$ npm install
# $ pnpm install
# $ yarn install
# development
$ docker-compose up -d app-dev
# production mode
$ docker-compose up -d app-prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run 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.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.