3 Commits

Author SHA1 Message Date
Automated Action
c0ee807199 Fix Base import in db/base.py for Alembic migrations
- Updated app/db/base.py to properly export Base class
- Fixed error when running Alembic migrations due to missing Base import
- Added proper imports for models
2025-05-24 22:47:10 +00:00
Automated Action
2f75e43b7f Implement Todo API application with FastAPI and SQLite
- Created project structure with FastAPI setup
- Added SQLite database connection with SQLAlchemy ORM
- Implemented Todo model and schemas
- Added CRUD operations for Todo items
- Created API endpoints for Todo management
- Added health check endpoint
- Configured Alembic for database migrations
- Updated project documentation in README.md
2025-05-24 22:41:36 +00:00
Automated Action
c82146be5d Initial commit from template 2025-05-24 22:35:42 +00:00