$ pnpm install
$ pnpm exec ts-node mongo-memory-repl-set.ts
Make sure MongoDB is up and running.
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit and component tests
$ pnpm run tests
# api tests
$ pnpm run tests:api
# integration tests
$ pnpm run tests:integration
# tests coverage
$ pnpm run tests:cov