Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)