Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 478 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 478 Bytes

Flightlog

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