Project developed in typescript with clean architecture + tdd for demonstration purposes in Usystem.
$ yarn
# development
$ yarn dev
# watch mode
$ yarn start:dev
# production mode
$ yarn build
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
ISC