
- Create project structure and configuration files - Set up database models and schemas for ToDo items - Implement CRUD operations for ToDo management - Create API endpoints for ToDo operations - Add health check endpoint - Set up Alembic for database migrations - Add comprehensive README documentation
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
fastapi>=0.104.0
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.0
|
|
pydantic>=2.4.0
|
|
alembic>=1.12.0
|
|
python-multipart>=0.0.6
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.1.3 |