
- Set up project structure with FastAPI - Configure SQLite database with SQLAlchemy - Create Task model with Alembic migrations - Implement CRUD API endpoints for tasks - Add health check and CORS configuration - Update documentation
8 lines
142 B
Plaintext
8 lines
142 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.22.0
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.270 |