Compute the Elo ranking from Fifa games.
Get it running locally:
- run
lein fig:build
in one terminal (orcider-in
with Cider) - in another terminal run
lein garden auto
(this will compile automatically all the CSS) - run
docker-compose up -d
to fire up your local db - the first time run
./setup_db.sh
, this will migrate your local databases and seed them with randomly generated data
CSS is written using garden
You can deploy this to Heroku directly or build an uberjar and deploy it on any other platform.
You can run database migrations with:
lein migratus migrate
Please see CONTRIBUTING.md.
Copyright © 2018 Andrea Crotti
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.