
- Set up project structure with FastAPI app - Create SQLite database models with SQLAlchemy - Set up Alembic migrations - Implement CRUD endpoints for todo items - Add health check endpoint - Update README with setup instructions generated with BackendIM... (backend.im)
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi==0.109.0
|
|
uvicorn==0.27.0
|
|
sqlalchemy==2.0.25
|
|
pydantic==2.5.3
|
|
alembic==1.13.1
|
|
python-dotenv==1.0.0 |