eCommerce Store API based on DDD & CQRS with Event Sourcing
The project is Setup on Domain Driven Design.
- Kanayri.Domain For Bussines Logic
- Kanayri.Application For Application details i.e ASP.NET Core API
- Kanayri.Persistance For Persisting READ MODEL and EVENT LOG to SQL Database with Entity Framework
I followed following implementations of CQRS with Event Sourcing:
-
Greg Young's Sample Project (Repo)
- Author - Ahmad