Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 22 hours 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T06:03:29.000Z (8 months ago)
- Last Synced: 2024-03-30T07:21:13.586Z (8 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 2
- 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*
![image](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)
![image](https://img.shields.io/badge/fastapi-109989?style=for-the-badge&logo=FASTAPI&logoColor=white)
![image](https://img.shields.io/badge/Sqlite-003B57?style=for-the-badge&logo=sqlite&logoColor=white)
![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white)