- Docker & Docker-compose
- Python3 & VENV
- Cloned the repo
On ubuntu run bash run.sh
You need a .env
file with the following env vars:
jwt_secret=
algorithm=
sender_email=
sender_password=
stub_receiver_email=
port=
redis_port=
redis_pass=
mitid_url=https://mitid.eu.pythonanywhere.com/
$ cd /SI_mandatory
$ docker-compose up -d
$ pip install -r ./requirements.txt
$ python app.js
$ python esb.js