Open Issues Need Help
View All on GitHubAI Summary: This issue proposes to refactor a monolithic FastAPI backend, currently residing in a single `main.py` file, into a modular structure. The goal is to improve maintainability and testability by organizing code into distinct directories for configuration, prompts, models, utilities, exceptions, and routes, without altering any existing functionality or API behavior.
Complexity:
3/5
good first issue AMSOC-ACCEPTED difficulty: medium