!!! The latest version of this repository is now hosted on a private GitLab server. As a reference to my work, I have cloned the repository to my personal GitHub profile.
docker-compose up -d
copy .env file
python3 -m venv venv
. venv/bin/activate
python3 -m pip install -r requirements.txt
python3 schema.py
python3 app.py
rq worker
if you get an error rq: command not found
run
pip uninstall virtualenv
sudo pip install virtualenv