
- Set up project structure with FastAPI - Create Todo model with SQLAlchemy - Set up Alembic for database migrations - Implement CRUD operations for todos - Add health endpoint - Update README with setup and usage instructions generated with BackendIM... (backend.im)
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
fastapi==0.110.0
|
|
uvicorn==0.27.1
|
|
sqlalchemy==2.0.27
|
|
alembic==1.13.1
|
|
pydantic==2.6.1
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.0 |