FastAPI Todo API Simple API to manage tasks Built with Python and FastAPI Tech Stack Python 3 FastAPI SQLite How to Run Install dependencies pip install -r requirements.txt Run the server uvicorn main:app --reload Open Swagger UI http://127.0.0.1:8000/docs