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 | A.Abhishek@student.tudelft.nl | |
Mark Dragnev | m.n.dragnev@student.tudelft.nl | |
Milan de Koning | m.dekoning-1@student.tudelft.nl | |
Joosep den Boer | j.denboer-3@student.tudelft.nl | |
Martynas Krupskis | m.krupskis@student.tudelft.nl | |
Bartu Bali | b.b.bali@student.tudelft.nl |
- 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