Handball Cup
Handball Cup is a easy-to-use application used to sets up handball tournaments.
Key Features
- Registrate tournaments
- Register teams
- Show all tournaments
- Autogeneration of match set up
- Visual presentation of match setup as brackets
USAGE
Handball Cup is a application that is used to make handball tournaments in all 6 regions in Norway.
The application does the administrative work needed to organize a tournament simplified and
less time consuming with a straightforward user interface
Demo
Installation
Step 1 - Required installation
Be sure to have an IDE, JDK 17
It is crucial to download an IDE to run the application.
An example for IDE is IntelliJ:
IntelliJ Download
The application is developed with JDK 17. If you have JDK16 or lower, it is needed to download JDK17
Link to JDK17 download:
JDK 17 Download
Step 2 - Download the application
The application can be downloaded with Git or by downloading the zip file
Opt 1 - Download project through clone from git:
-
Download Git if you do not have Git: Download Git
-
Go to the project in GitLab: G1-06 GitLab
-
Open terminal locate the folder that will hold the project
-
Copy this text:
git clone https://gitlab.stud.idi.ntnu.no/G1-06/idatt-1002-2022-1-06.git
and paste it inside the terminal and press enter
The project can now run from the chosen folder
Opt 2 - Download project as zip
-
Go to the project in GitLab: G1-06 GitLab
-
Make sure you are on the front page
-
Press "Download"
-
Press "zip"
Step 3 - Open the project in an IDE
The project runs through an IDE. This example is opened in IntelliJ
- Open IntelliJ and press "Open"
- Find the folder where the project is located and open the folder called "idatt-1002-2022-1-06" and press "Open"
Step 4 - Add configuration
To run the application, a configuration is needed
- Click on "Add configuration" at the top of the window: arrow 1 on the illustration beneath
- Click on "Add new..."
- Run Configuration window
- In the run command field, type:
clean javafx:run
- Click "Apply"
- Click "Ok"
- In the run command field, type:
Now the application is ready to run