Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 281 Bytes
  • Install requirements:
pip3 install -r requirements.txt

How to launch

  • Start Redis instance in Docker using this command:
docker run -p 6379:6379 -it redis/redis-stack:latest
  • Run python3 src/server.py.
  • Go to http://127.0.0.1:5000/ in your browser