You can access the live API here.
You can find the UI at the frontend app's GitHub repository. It also includes a live link to try out the application.
Nest framework TypeScript starter repository.
$ pnpm install# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod# unit tests
$ pnpm run test
# test coverage
$ pnpm run test:cov