
- Set up FastAPI project structure - Configure SQLAlchemy with SQLite - Create Todo model and schemas - Implement CRUD operations - Add API endpoints for Todo management - Configure Alembic for database migrations - Add health check endpoint - Add comprehensive documentation
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.24.0
|
|
sqlalchemy>=2.0.23
|
|
alembic>=1.12.1
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.1.3 |