A backend API built with Nest, featuring a task management platform.
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run 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.