Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 505 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 505 Bytes

E Shop Microservices.

  1. Code Practice for Minimal API with .net Core 8.0
  2. This code includes nuget MediatR for CQRS pattern implementation
  3. This code includes Docker/Docker compose for testing locally for container implementation
  4. This code includes nuget package Martin library for integration with PostgreSql.PostgreSql has option to be asa event store and store the values as form of JSON, to work as event store to replay the events in incase of failue for implementaiton of SAGA pattern