Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 2.36 KB

README.md

File metadata and controls

49 lines (35 loc) · 2.36 KB

Talio

Description of the project

Talio lets you keep track of your work. Create a board and start adding tasks immediately. Once the task is done, you can move it to another list. Create more lists if needed. Add tags, description and subtasks to tasks to keep track of every detail. Share the board key with your colleagues to monitor progress together.

Group members

Profile Picture Name Email
Aleksandar Yotkov a.p.yotkov-1@student.tudelft.nl
Kirill Zhankov k.zhankov@student.tudelft.nl
Vinchentzo V.T.Bunardzhiev@student.tudelft.nl
Calin Ciocanea c.ciocanea@student.tudelft.nl
Diana-Otilia Sutac d.o.sutac@student.tudelft.nl
Sofia Dimieva s.dimieva@student.tudelft.nl

How to run it

Clone the repository, then use an IDE to run server.Main and then client.Main. Alternatively, build with gradle wrapper:

./gradlew		# MacOS and Linux
./gradlew.bat		# Windows

Run the server with either of the two:

./gradlew bootRun
./gradlew.bat bootRun

Run the client with either of the two:

./gradlew run
./gradlew.bat run

How to contribute to it

Contributions are not accepted.