3 Commits

Author SHA1 Message Date
Automated Action
783583b234 Fix database migration import path issue
Updated migrations/env.py to import Base from app.database.session
instead of app.models, fixing the 'cannot import name Base' error.
2025-05-31 21:25:06 +00:00
Automated Action
5f003a0aeb Fix database migration import path issue
Modified migrations/env.py to properly handle Python import paths in containerized
environments, fixing the 'No module named app' error by adding project root and
container paths to sys.path.
2025-05-31 21:19:53 +00:00
Automated Action
e01f3a4d57 Create FastAPI Todo App
Create a simple Todo API with FastAPI and SQLite with CRUD functionality,
health check, error handling, and API documentation.
2025-05-31 21:13:37 +00:00