Skip to content

Architecture Overview

The platform is organized around backend, frontend, database, messaging, ingress, migration, and integration services.

Main Runtime Components

  • backend-mono for core business APIs and service logic
  • frontend for the user-facing application
  • postgres for primary relational persistence
  • rabbitmq for messaging and integration delivery
  • nginx for ingress and public routing
  • flyway for schema migration workflows
  • 1C artifacts for external integration scenarios

Documentation Direction

This section will describe service boundaries, network flows, and cross-service dependencies as the portal is expanded.