
- Set up project structure with FastAPI and SQLite - Created Todo model and database schemas - Implemented CRUD operations for Todo items - Added Alembic for database migrations - Added health check endpoint - Used Ruff for code linting and formatting - Updated README with project documentation
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
fastapi>=0.68.0
|
|
uvicorn>=0.15.0
|
|
sqlalchemy>=1.4.0
|
|
alembic>=1.7.0
|
|
pydantic>=2.0.0
|
|
python-dotenv>=0.19.0
|
|
ruff>=0.0.270 |