NestJS microservices boilerplate implementing CQRS and event-driven architecture
Practical microservices starter that demonstrates NestJS with CQRS, vertical-slice architecture and event-driven communication using TypeScript, Docker, Postgres and RabbitMQ. It includes example services (identity, booking, passenger), inter-service gRPC/AMQP integration, OpenAPI documentation and testing utilities. Suited for teams building distributed backends and message-driven APIs.
0