1 Open Issue Need Help Last updated: Aug 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue outlines a significant refactoring effort to restructure the server's folder layout for improved scalability and production readiness. It involves creating a `src/` directory with dedicated subfolders for various application components like controllers, routes, models, and services, moving the main application bootstrap file, and ensuring correct configuration loading. The primary goal is to achieve a clean, modular structure while ensuring the application functions identically after the changes, utilizing relative imports.

Complexity: 3/5
good first issue