This project was migrated from private GitLab repository. Used only for DevOps practices
- app
- contains a web server
- static content for frontend
- rest – exposes a REST API for the frontend
- service – service layer - contains business logic
- domain – contains domain model and DB connection
- external-system-connector – contains integrations to external services
- common – contains classes common to all modules