ymougenel / bga-dashboard-back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BGA Dashboard back

Backend dashboard for the bga project

Development

  1. Run DB docker-compose up -d bga-ranking-database
  2. Compile app mvn package -DskipTests
  3. Run app java -jar -Dspring.profiles.active=container target/bga-ranking-X.X.X.jar (where XXX is the version)
  4. init the games http://localhost:8080/game/all.
  5. init the rankings http://localhost:8080/player/save/1127.

License

The project is under Mozilla Public License (v2.0).

About

License:Mozilla Public License 2.0


Languages

Language:Kotlin 72.9%Language:Java 24.3%Language:Dockerfile 1.9%Language:Shell 0.9%