A RESTful API built with FastAPI, SQLModel, and SQLite for managing tasks.
It supports task creation, updates, filtering by status or priority, pagination, and full CRUD operations.
The project includes proper data validation using Pydantic models, clear API documentation (Swagger), and clean code structure.