The dependencies are in pom.xml.
com.squareup.retrofit2:retrofit:2.9.0
: Javafx Maven Plugin for JSON Serialization and Deserializationcom.squareup.retrofit2:converter-gson:2.9.0
: JavaFX Maven Plugin for HTTP Client to call the backend API
- Clone the repository
- Open the project with intelliJ
- Download the dependencies (Prject Structure -> Libraries -> + -> From Maven)
- Run Main directly from intelliJ
Folder | Description |
---|---|
api |
Everything related to API calling (endpoints, models, service) |
exchange |
Source code for all different sections/nodes |
resources |
Source code for fxml and css file that are rendered |
pom.xml |
List of dependencies |