aekoky
New member
Sharing my backend solution for personal finance management, built with a microservices architecture for audit and expense tracking.
Designed for scalability, maintainability, and robust event-driven workflows.
๐๐ฎ๐ฐ๐ธ๐ฒ๐ป๐ฑ ๐ง๐ฒ๐ฐ๐ต ๐๐ถ๐ด๐ต๐น๐ถ๐ด๐ต๐๐:
โข .๐ก๐๐ง ๐๐ผ๐ฟ๐ฒ โ High-performance, cross-platform framework
โข ๐๐น๐ฒ๐ฎ๐ป ๐๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ & ๐๐ผ๐บ๐ฎ๐ถ๐ป-๐๐ฟ๐ถ๐๐ฒ๐ป ๐๐ฒ๐๐ถ๐ด๐ป (๐๐๐) โ Separation of concerns & business logic encapsulation
โข ๐๐ค๐ฅ๐ฆ (๐๐ผ๐บ๐บ๐ฎ๐ป๐ฑ ๐ค๐๐ฒ๐ฟ๐ ๐ฅ๐ฒ๐๐ฝ๐ผ๐ป๐๐ถ๐ฏ๐ถ๐น๐ถ๐๐ ๐ฆ๐ฒ๐ด๐ฟ๐ฒ๐ด๐ฎ๐๐ถ๐ผ๐ป) โ Distinct read/write models for optimized data operations
โข ๐๐๐ฒ๐ป๐ ๐ฆ๐ผ๐๐ฟ๐ฐ๐ถ๐ป๐ด โ Capturing state changes as event streams for auditability
โข ๐ ๐ถ๐ฐ๐ฟ๐ผ๐๐ฒ๐ฟ๐๐ถ๐ฐ๐ฒ๐ ๐๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ โ Separate Audit and Expense services for modularity and scalability
โข ๐ฃ๐ผ๐๐๐ด๐ฟ๐ฒ๐ฆ๐ค๐ โ Reliable relational database
โข ๐ฅ๐ฒ๐ฑ๐ถ๐ โ Fast caching layer
โข ๐๐ผ๐ป๐ด ๐๐ฃ๐ ๐๐ฎ๐๐ฒ๐๐ฎ๐ โ Managing API traffic and security
โข ๐๐ผ๐ฐ๐ธ๐ฒ๐ฟ โ Containerized deployment for consistent environments
Explore the full architecture and code here
GitHub - aekoky/ExpenseTracker: ExpenseTracker is a modular, event-sourced .NET Core application designed to manage personal finances. It uses Clean Architecture, Domain-Driven Design (DDD), and Event Sourcing to deliver a scalable and maintainable system.
Designed for scalability, maintainability, and robust event-driven workflows.
๐๐ฎ๐ฐ๐ธ๐ฒ๐ป๐ฑ ๐ง๐ฒ๐ฐ๐ต ๐๐ถ๐ด๐ต๐น๐ถ๐ด๐ต๐๐:
โข .๐ก๐๐ง ๐๐ผ๐ฟ๐ฒ โ High-performance, cross-platform framework
โข ๐๐น๐ฒ๐ฎ๐ป ๐๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ & ๐๐ผ๐บ๐ฎ๐ถ๐ป-๐๐ฟ๐ถ๐๐ฒ๐ป ๐๐ฒ๐๐ถ๐ด๐ป (๐๐๐) โ Separation of concerns & business logic encapsulation
โข ๐๐ค๐ฅ๐ฆ (๐๐ผ๐บ๐บ๐ฎ๐ป๐ฑ ๐ค๐๐ฒ๐ฟ๐ ๐ฅ๐ฒ๐๐ฝ๐ผ๐ป๐๐ถ๐ฏ๐ถ๐น๐ถ๐๐ ๐ฆ๐ฒ๐ด๐ฟ๐ฒ๐ด๐ฎ๐๐ถ๐ผ๐ป) โ Distinct read/write models for optimized data operations
โข ๐๐๐ฒ๐ป๐ ๐ฆ๐ผ๐๐ฟ๐ฐ๐ถ๐ป๐ด โ Capturing state changes as event streams for auditability
โข ๐ ๐ถ๐ฐ๐ฟ๐ผ๐๐ฒ๐ฟ๐๐ถ๐ฐ๐ฒ๐ ๐๐ฟ๐ฐ๐ต๐ถ๐๐ฒ๐ฐ๐๐๐ฟ๐ฒ โ Separate Audit and Expense services for modularity and scalability
โข ๐ฃ๐ผ๐๐๐ด๐ฟ๐ฒ๐ฆ๐ค๐ โ Reliable relational database
โข ๐ฅ๐ฒ๐ฑ๐ถ๐ โ Fast caching layer
โข ๐๐ผ๐ป๐ด ๐๐ฃ๐ ๐๐ฎ๐๐ฒ๐๐ฎ๐ โ Managing API traffic and security
โข ๐๐ผ๐ฐ๐ธ๐ฒ๐ฟ โ Containerized deployment for consistent environments
Explore the full architecture and code here
