Zebra Evaluates a Basic Review of Algorithms
To run the software install docker and docker-compose, edit the
docker-compose.yml file and set the SECRET_KEY to some random value.
The value can be generated with: cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1
Afterwards run:
docker-compose up --build
to start the software on port 80.