
- Set up project structure with FastAPI, SQLAlchemy, and Alembic - Create Todo model and database operations - Implement CRUD API endpoints for Todo items - Configure database migrations - Add comprehensive documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi==0.104.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.23
|
|
pydantic==2.4.2
|
|
alembic==1.12.1
|
|
python-dotenv==1.0.0 |