A clean, well-structured FastAPI project for managing tasks.
Includes CRUD operations, SQLAlchemy integration, routers, models, schemas, and SQLite database.
- Create tasks
- List tasks
- Update tasks
- Delete tasks
- SQLAlchemy ORM
- Clean architecture
- Ready for deployment
- Python
- FastAPI
- SQLAlchemy
- SQLite
- Pydantic
pip install -r requirements.txt
uvicorn app.main:app --reload