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.
Profile Picture | Name | |
---|---|---|
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 |
- Clone the repository from GitHub (e.g.
git clone https://github.com/RafayelGardishyan/Talio
) - Enter the cloned repository directory
cd Talio
- Build the application with gradle
./gradlew build
- Run the server
./gradlew bootRun
- Run the client
./gradlew run
- Enjoy some task board managing :)