Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.89 KB

README.md

File metadata and controls

47 lines (35 loc) · 2.89 KB

Client (Production): Client coverage Server (Production): Server coverage

Client (Develop): Client coverage Server (Develop): Server coverage

TOFU

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.

Group members

📸 Name Email
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]

How to run it

Starting the application via IntelliJ IDEA

  1. Install IntelliJ IDEA Professional (free for students)
  2. Import project from Gradle model
  3. Start the server by right-clicking ClassroomApplication and clicking 'Run'
  4. Start the client by right-clicking MainApp and click 'Run'.

Make sure you have the server running before trying out the client.

How to contribute to it

  1. Clone the project to your local machine
  2. Commit changes to your own branch, branch from develop
  3. Follow the checkstyle and the codestyle of the project, comment your code
  4. Make sure to test your additions
  5. Submit a Merge Request so that we can review your changes