- Language: TypeScript
- Framework: NestJS & Fastify
- Deployment: Vercel
- Database: PostgreSQL & Supabase
- Cache Storage: Redis
First, ensure you have pnpm installed. Then, install the project dependencies:
$ pnpm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov