A simple Todo Application based on FastAPI framework to explain CRUD operations effectively.
To deploy this project run, first install the dependencies in a python Environment
pip install -r requirements.txt
and then run via this command
uvicorn main:app --reload