- 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
- 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