Deploy with Heroku. API URL https://nestjs-pulsifi.herokuapp.com.
- NestJS
- PostgreSQL
- TypeScript
- JavaScript (ES6, ES7, ES8)
- JWT
- Passport
$ npm install
# watch mode
$ npm run start:dev
# production mode
$ npm run build
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov