ERP System
A production-grade enterprise resource planning system built with modular monolith architecture. Designed for module isolation, reliable cross-module communication, and maintainability as the domain grows.
- Modular monolith with enforced schema boundaries per module
- Outbox pattern for transactionally consistent event publishing
- In-process module communication through explicit interface contracts
- Single deployment unit — reduced operational complexity without sacrificing isolation