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.
- See the issue list for details of what is needed to be done.
Licensed under the GNU General Public License, Version 3.0
- Install IntelliJ IDEA Community Edition
- When started up, checkout sourcecode from GitHub from within IDEA
- Say "yes" to open the project.
- From the runner menu, there are two shared run configurations:
- Run application - Run the application against a local MySQL server running on port 3306 with username "root" and no password.
- All Tests - Run all unit tests found in the ScoreBoard project.
- Install Eclipse IDE for Java Developers
- Start Eclipse
- Select File -> Import -> Git -> Projects from Git and click Next
- Select URI and Next
- Paste the URI git@github.com:frankbille/ScoreBoard.git
- Select the branches you want (normally just all of them) and click Next
- Select where the local clone should be stored and click Next
- Select "Import existing projects" and Finish
- Since it is a maven project, dependencies will be downloaded and it will be automatically built,