refactor: Extract models, config, and main app setup
Local Docker Build (Dev) / build-dev (push) Successful in 33s

- Create modular directory structure
  - Extract Pydantic models to api/models.py
  - Move configuration to config/settings.py
  - Create clean main.py with FastAPI app setup

  WIP: Routes and processor classes still need extraction
This commit is contained in:
2025-09-25 15:32:51 -04:00
parent a4c333aa85
commit 5adc596077
8 changed files with 218 additions and 0 deletions
View File