Skip to content
/ talio Public

RESTful synchronous multi-user list-making application / kanban board written in Java, created in a team of six

Notifications You must be signed in to change notification settings

zkkv/talio

Repository files navigation

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.

About

RESTful synchronous multi-user list-making application / kanban board written in Java, created in a team of six

Resources

Stars

Watchers

Forks

Languages