fquellec / hash-trend-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install redis-server

  • On Linux sudo apt install redis-server
  • On Mac with Homebrew brew install redis

Launch redis

redis-server

Create a virtual environment

python -m venv venv

Activate environment

source venv/bin/activate

Install requirements

pip install -r requirements.txt

Run rq workers

python worker.py

Launch the API

python api.py

About


Languages

Language:Python 96.8%Language:Batchfile 3.2%