Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,16 @@ The project enforces code quality standards from day one:
| **gRPC (Sync)** | Protocol Buffers | Product validation during order placement |
| **REST (External)** | ASP.NET Core Minimal APIs | Frontend-to-service communication |

## Documentation

| Guide | Description |
|-------|-------------|
| [How It Works](docs/how-it-works.md) | Developer walkthrough — Clean Architecture, CQRS, request lifecycle, event flow, testing |
| [Architecture](docs/architecture.md) | Service diagrams, communication matrix, domain model, design patterns |
| [Observability](docs/observability.md) | Correlation IDs, distributed tracing, MediatR pipeline logging, DLQ handling, metrics |
| [Event Replay](docs/event-replay.md) | Event log, admin endpoints, debugging failed transactions, replay guide |
| [Business Requirements](docs/BRD.md) | Functional requirements, implementation status, business processes, glossary |

## License

This project is for educational and demonstration purposes.
Loading