Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andreacrotti/elo
- Owner: AndreaCrotti
- License: epl-1.0
- Created: 2018-07-24T10:16:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T13:58:42.000Z (2 months ago)
- Last Synced: 2024-11-01T04:51:54.886Z (about 2 months ago)
- Topics: clojure, clojurescript, elo, re-frame
- Language: Clojure
- Homepage:
- Size: 6.09 MB
- Stars: 19
- Watchers: 5
- Forks: 8
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
- fifaOther 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.