Skip to content
#

ddd

Domain-driven design (DDD) is is a programming paradigm where code is separated into domains with distinct business logic. This helps isolating relating logic and stick to each domain’s objective.

Here are 781 public repositories matching this topic...

A customer management API built with NestJS (TypeScript) and Prisma on PostgreSQL, offering CRUD operations, soft-delete support, and versioned event storage for auditability. It follows CQRS and DDD patterns, includes Docker setup, robust validation (phone/email/IBAN), and interactive Swagger documentation.

  • Updated Jun 30, 2025
  • TypeScript