Skip to content

Latest commit

 

History

History

docs/ — Project Documentation

Contains detailed documentation about the project architecture, code organization, and line counts. See the individual .md files for specific topics (numbered 01–11 for logical ordering).

Files:

  • 01_PROJECT_OVERVIEW.md — High-level architecture and flow of control
  • 02_ENTRY_POINTS.md — Application entry points
  • 03_CONTROLLERS.md — Controller layer details
  • 04_MODELS.md — Domain model details
  • 05_SERVICES.md — Service layer details
  • 06_REPOSITORIES.md — Repository layer details
  • 07_DATA_MANAGER.md — Data management details
  • 08_EXCEPTIONS.md — Exception classes
  • 09_ENUMS.md — Enumeration types
  • 10_UTILITIES.md — Utility classes
  • 11_CONFIG.md — Configuration
  • LINE_COUNTS.md — Line count breakdown by file