Client (Production): Server (Production):
Client (Develop): Server (Develop):
TOFU is an online platform that is meant to enhance the communication between lecturers and students. It is meant to be used in conjunction with video-telephony software such as Zoom, Jitsi, etc.
📸 | Name | |
---|---|---|
Apoorva Abhishek | [email protected] | |
Mark Dragnev | [email protected] | |
Milan de Koning | [email protected] | |
Joosep den Boer | [email protected] | |
Martynas Krupskis | [email protected] | |
Bartu Bali | [email protected] |
- Install IntelliJ IDEA Professional (free for students)
- Import project from Gradle model
- Start the server by right-clicking ClassroomApplication and clicking 'Run'
- Start the client by right-clicking MainApp and click 'Run'.
Make sure you have the server running before trying out the client.
- Clone the project to your local machine
- Commit changes to your own branch, branch from develop
- Follow the checkstyle and the codestyle of the project, comment your code
- Make sure to test your additions
- Submit a Merge Request so that we can review your changes