Architecture at a glance
Key design principles
What MUZE is not
- Not a public-facing e-commerce site. Employees cannot log in.
- Not a microservices architecture. It is a single NestJS application.
- No Redis, message queues, WebSockets, or SSE today.
- No per-client database isolation. All clients share one database with application-layer row scoping.
Where to next
- System context for the people and external systems around MUZE
- Core concepts for the domain model every subsystem shares
- System overview for the request lifecycle
- Technology stack for the full library inventory