This template serves as a boiler plate for nestjs application with authentication feature with postgres using typeorm.
Nest framework TypeScript starter repository.
$ npm installBefore running the npm commands, please make sure you have the Node and npm versions described in package.json
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covNest 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.
This application is also deployed on vercel
- Author - Bilal ur Rehman
- LinkedIn - BilalurRehman
Nest is MIT licensed.