
- Set up project structure with FastAPI and SQLAlchemy - Create Todo model with CRUD operations - Implement database migrations with Alembic - Add health endpoint and API documentation - Create comprehensive README generated with BackendIM... (backend.im)
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.24.0
|
|
sqlalchemy>=2.0.23
|
|
alembic>=1.12.1
|
|
pydantic>=2.4.2
|
|
python-dotenv>=1.0.0 |