Using NestJs framework and RestAPI, TypeORM, PostgreSQL and Redis. Please make sure you have already install redis and PostgreSQL in your local machine or container
Please give the all required information
- development.env
- staging.evn
- production.env
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# staging mode
$ yarn run start:staging
# build
$ yarn run start:build
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
Nest is MIT licensed.
NH Rasal |