• Clean Architecture
• Domain Driven Design
• Event Driven Architecture
• Selective Event Sourcing
• CQRS
$ pnpm install# mongodb
docker compose up -d
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev# unit tests
$ pnpm run test