
- Set up FastAPI project structure - Create Task model with SQLAlchemy - Set up Alembic for migrations - Create CRUD operations for tasks - Implement API endpoints for tasks - Add health check endpoint - Update documentation generated with BackendIM... (backend.im)
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
fastapi>=0.95.0
|
|
uvicorn>=0.22.0
|
|
pydantic>=2.0.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.270 |