a todo system with redis as DB
This project is an exercise for me to have more experience with the Redis. so you can find code smells probably
just install requirements.txt with pip install requirements.txt
then run the project with uvicorn.
uvicorn command : uvicorn src.main:app --reload
Make Sure You Have Redis Installed