Node.js microservices boilerplate using CQRS, event-driven architecture, Postgres, RabbitMQ
A Node.js + TypeScript boilerplate for building microservices using CQRS, Vertical Slice, and event-driven architectures. It uses Express for HTTP, Postgres for storage, RabbitMQ for messaging, and includes Docker Compose and observability examples. Suited for teams building distributed, message-driven services and prototypes of event-oriented systems.
0