FastAPI Todo App π A simple REST API for managing todo items using FastAPI and Pydantic. π Features Add, view, update, and delete todos Each todo has a name and priority (High, Medium, Low) Clean and lightweight code using FastAPI