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.
Profile Picture | Name | |
---|---|---|
Aleksandar Yotkov | [email protected] | |
Kirill Zhankov | [email protected] | |
Vinchentzo | [email protected] | |
Calin Ciocanea | [email protected] | |
Diana-Otilia Sutac | [email protected] | |
Sofia Dimieva | [email protected] |
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
Contributions are not accepted.