Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.08 KB

🛒Ecommerce DDD Sample

A practical Ecommerce project with Domain-Driven Design, CQRS, and Clean Architecture.

Features

✅ Using Clean Architecture
✅ Using CQRS (Command Query Responsibility Segregation) implementation with MediatR library.
✅ Using Inbox Pattern for handling Idempotency on the receiver side.
✅ Using Outbox Pattern for Guaranteed Delivery.

Plan

Bounded Context Status
Catalog In Progress ⌛
Basket In Progress ⌛
Order In Progress ⌛

📒Libraries & 🔎Technologies

.NET 7 .NET is an open source developer platform, created by Microsoft, for building many different types of applications.
AutoMapper A convention-based object-object mapper in .NET.
MediatR Simple, unambitious mediator implementation in .NET.
MassTransit, Distributed Application Framework for .NET.