- Fix Python path in migrations/env.py for proper imports
- Update database path to use relative project paths instead of /app
- Update alembic.ini to use relative database path
- Update README with correct database location and migration instructions
generated with BackendIM... (backend.im)
- Set up project structure with FastAPI and SQLAlchemy
- Create Todo model, schemas, and CRUD operations
- Add API endpoints for todo operations (create, read, update, delete)
- Set up Alembic for database migrations
- Add health check endpoint
- Update README with detailed instructions
generated with BackendIM... (backend.im)