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