
- Set up project structure and FastAPI app - Create database models and SQLAlchemy connection - Implement Alembic migration scripts - Add CRUD API endpoints for Todo items - Add health check endpoint - Set up validation, error handling, and middleware - Add comprehensive documentation in README.md
9 lines
163 B
Plaintext
9 lines
163 B
Plaintext
fastapi>=0.100.0
|
|
uvicorn>=0.23.0
|
|
sqlalchemy>=2.0.0
|
|
alembic>=1.11.0
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
email-validator>=2.0.0
|
|
ruff>=0.1.6 |