https://github.com/torhamdev/on-redis-todo-list
a todo system with redis as DB
https://github.com/torhamdev/on-redis-todo-list
Last synced: 3 days ago
JSON representation
a todo system with redis as DB
- Host: GitHub
- URL: https://github.com/torhamdev/on-redis-todo-list
- Owner: TorhamDev
- License: mit
- Created: 2024-03-10T09:43:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T06:03:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T09:52:03.062Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# on-redis-todo-list
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
# How to run?
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*



