Video Demo This is the direct link to the video demo.
Documentation Link to the Documentation
Health Check Link to check the health status of the server
- email: Odiong@gmail.com
- password: password123
Nest framework TypeScript starter repository.
$ 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
# database migration
$ yarn prisma:migrate
# generate
$ yarn prisma:generate
# reset database
$ yarn db:reset
# start prisma studio
$ yarn prisma:studio