
- Set up project structure with FastAPI - Create SQLite database models with SQLAlchemy - Implement Alembic for migrations - Create API endpoints for todo operations - Add health check endpoint - Update README.md with comprehensive documentation generated with BackendIM... (backend.im)
7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
fastapi==0.108.0
|
|
uvicorn==0.25.0
|
|
sqlalchemy==2.0.23
|
|
alembic==1.13.0
|
|
pydantic==2.5.2
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.0 |