Match predictor

build status

A few different predictors for football results.

Install dependencies and run tests

make install test

Backend

Run tests

make backend/test

Run an accuracy report

make backend/run

Frontend

Run tests

make frontend/test

Run server

make frontend/run

Integration tests

Run tests

make integration/test

Interactive mode

make integration/run