Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreacrotti/elo

Elo ranking platform implemented in Clojure and re-frame
https://github.com/andreacrotti/elo

clojure clojurescript elo re-frame

Last synced: about 1 month ago
JSON representation

Elo ranking platform implemented in Clojure and re-frame

Awesome Lists containing this project

README

        

# elo

[![CircleCI](https://circleci.com/gh/AndreaCrotti/elo/tree/master.svg?style=svg)](https://circleci.com/gh/AndreaCrotti/elo/tree/master)
[![codecov](https://codecov.io/gh/AndreaCrotti/elo/branch/master/graph/badge.svg)](https://codecov.io/gh/AndreaCrotti/elo)
[![](https://codescene.io/projects/4745/status.svg) Get more details at **codescene.io**.](https://codescene.io/projects/4745/jobs/latest-successful/results)
[![Dependencies Status](https://versions.deps.co/AndreaCrotti/elo/status.svg)](https://versions.deps.co/AndreaCrotti/elo)

Platform to keep track of internal leagues.

Currently supported games:
- table tennis
- fifa

Other games can be added by simply adding a configuration.

### Local development

Get it running locally:

- 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

- If you are using Emacs `M-x cider-jack-in-clj&cljs`
- type `(ir/go)` in the Clojure repl

### Deployment

You can deploy this to Heroku directly or build an uberjar and deploy it on any other platform.

### Migrations

You can run database migrations with:

lein migratus migrate

## Contributing

Please see [CONTRIBUTING.md][1].

[1]: https://github.com/AndreaCrotti/elo/blob/master/CONTRIBUTING.md

## License

Copyright © 2018 Andrea Crotti

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.