armsteadj1 / ScoreBoard

ScoreBoard is a web based system, to keep track of game results and player stats for small office games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScoreBoard Build Status Bitdeli Badge

ScoreBoard is a web based system, to keep track of game results and player stats for small office games. It is initially designed to keep track of Foosball scores.

Todo

  • See the issue list for details of what is needed to be done.

License

Licensed under the GNU General Public License, Version 3.0

Build instructions (for developers using IntelliJ IDEA)

  1. Install IntelliJ IDEA Community Edition
  2. When started up, checkout sourcecode from GitHub from within IDEA
  3. Say "yes" to open the project.
  4. From the runner menu, there are two shared run configurations:
    1. Run application - Run the application against a local MySQL server running on port 3306 with username "root" and no password.
    2. All Tests - Run all unit tests found in the ScoreBoard project.

Build instructions (for developers using Eclipse)

  1. Install Eclipse IDE for Java Developers
  2. Start Eclipse
  3. Select File -> Import -> Git -> Projects from Git and click Next
  4. Select URI and Next
  5. Paste the URI git@github.com:frankbille/ScoreBoard.git
  6. Select the branches you want (normally just all of them) and click Next
  7. Select where the local clone should be stored and click Next
  8. Select "Import existing projects" and Finish
  9. Since it is a maven project, dependencies will be downloaded and it will be automatically built,

About

ScoreBoard is a web based system, to keep track of game results and player stats for small office games.

License:GNU General Public License v3.0


Languages

Language:Java 98.0%Language:CSS 2.0%