/talio

Talio is a Java-based planning application. The program is built to let users create, classify and track goals within a simple GUI environment. This project was made for CSE1105 @ TU Delft.

Primary LanguageJavaMIT LicenseMIT

Description of project

Talio is a (WIP) planning application based on the Java platform. The program is built to let users create, classify and track goals within a simple GUI environment. The client side of the application is based on the JavaFX framework, and is developed and test on JavaFX release 17. While it can be run on later versions of JavaFX, we recommend the user to use the approporiate version to avoid warnings and in the worst case - crashes. The server side is built on the Spring framework.

Board example picture

Group members

Profile Picture Name Email
Rafayel Gardishyan R.V.Gardishyan@student.tudelft.nl
Samuel Bruin S.Bruin-1@student.tudelft.nl
Tejas Kochar T.Kochar@student.tudelft.nl
Jannes Kelso J.J.Kelso@student.tudelft.nl
Danylo Kozak D.O.Kozak@student.tudelft.nl

How to run it

The application consists of 2 parts: the server and the client. The build script has two goals to start either one of them.

To start the server, run ./gradlew bootRun.

To start the client, run ./gradlew run