- Fork the repository
- Register to gitpod.io
- Give access to your GitHub account
- Create a New Workspace on gitpod selecting the forked repo
- Open vscode in browser or connect to your IDE
$ pnpm install
$ pnpm exec ts-node mongo-memory-repl-set.ts
Make sure MongoDB is up and running.
$ pnpm run start
# watch mode
$ pnpm run start:dev
Tests don't need a running MongoDB instance, they use an in memory database.
# unit and component tests
$ pnpm run test
# api tests
$ pnpm run test:api