RafayelGardishyan / Talio

A simple task board app, created as a project for a TU Delft CSE course (CSE1105)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

  1. Clone the repository from GitHub (e.g. git clone https://github.com/RafayelGardishyan/Talio)
  2. Enter the cloned repository directory cd Talio
  3. Build the application with gradle ./gradlew build
  4. Run the server ./gradlew bootRun
  5. Run the client ./gradlew run
  6. Enjoy some task board managing :)

About

A simple task board app, created as a project for a TU Delft CSE course (CSE1105)


Languages

Language:Java 97.2%Language:CSS 2.8%