
- Created project structure with FastAPI setup - Added SQLite database connection with SQLAlchemy ORM - Implemented Todo model and schemas - Added CRUD operations for Todo items - Created API endpoints for Todo management - Added health check endpoint - Configured Alembic for database migrations - Updated project documentation in README.md
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
fastapi>=0.103.1
|
|
uvicorn>=0.23.2
|
|
sqlalchemy>=2.0.20
|
|
alembic>=1.12.0
|
|
pydantic>=2.3.0
|
|
python-dotenv>=1.0.0
|
|
ruff>=0.0.287 |