A backend API built with Nest, featuring a task management platform.
$ pnpm install
# development
$ pnpm start
# watch mode
$ pnpm start:dev
# production mode
$ pnpm start:prod
# unit tests
$ pnpm test
# e2e tests
$ pnpm test:e2e
# test coverage
$ pnpm test:cov
# generate module
$ nest g module <module-name>
# generate controller
$ nest g controller <controller-name> --no-spec
# generate service
$ nest g service <service-name> --no-spec
We can use AWS Elastic Beanstalk to deploy the API into production. Prerequisites: JWT_SECRET= and TYPEORM_SYNC= environment variables as well as DB credentials. After first run, remember to set the TYPEORM_SYNC variable back to false.
NestJS Zero to Hero - Modern Typescript Back-end Development
- Instagram: @dimeloper_
- Twitter: @dimeloper
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
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.
Nest is MIT licensed.