[HNG Backend Stage 2] - User Authentication & Organisation
$ yarn install
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# test watch
$ yarn run test:watch
# test coverage
$ yarn run test:cov