3 Commits

Author SHA1 Message Date
Automated Action
cc15df67ee Fix import * statement in main.py
- Move wildcard import from app.db.all_models to module level
- Fix SyntaxError that was preventing application startup
- Ensure all models are registered with SQLAlchemy Base
2025-06-10 15:47:02 +00:00
Automated Action
53566813bd Complete Todo API implementation with FastAPI and SQLite
- Add SQLite database configuration
- Create Todo model, schemas, and CRUD operations
- Implement Todo API endpoints
- Add Alembic migration for todo table
- Set up database initialization in main.py
- Update README with project details and instructions
- Add pyproject.toml with Ruff configuration
2025-06-10 15:40:42 +00:00
Automated Action
3b18371814 Initial commit from template 2025-06-09 10:45:39 +00:00