docs: update readme
This commit is contained in:
@@ -13,7 +13,7 @@ This plan breaks down the implementation into **8 epics**, each with specific de
|
||||
**Total Estimated Timeline:** 8-12 weeks (depending on team size and parallelization)
|
||||
|
||||
**Key Principles:**
|
||||
- **Clean/Hexagonal Architecture** with clear separation between `pkg/` (interfaces) and `internal/` (implementations)
|
||||
- **Hexagonal Architecture** with clear separation between `pkg/` (interfaces) and `internal/` (implementations)
|
||||
- **Dependency Injection** using `uber-go/fx` for lifecycle management
|
||||
- **Microservices Architecture** - each module is an independent service from day one
|
||||
- **Service Client Interfaces** - all inter-service communication via gRPC/HTTP
|
||||
|
||||
Reference in New Issue
Block a user