Springboot application for online lectures. Leave the zoom chat for spam and focus on the most upvoted/hottest/newest questions. Highly customizable GUI.
Students join with the public link and can only ask, sort and vote questions. Moderators join with moderator link and can only manage the already existing questions (sort, edit, reply, hide locally, delete, or export), and kick/ban users. All users can customize the GUI (font size, colors and background image) and all users can start their own Q&A sessions.
| 📸 | Name | |
|---|---|---|
| Ahmed Ibrahim | a.ibrahim-10@student.tudelft.nl | |
| Sergio Kirienko Panea | s.kirienkopanea@student.tudelft.nl | |
| Teodor-Gabriel Oprescu | T.Oprescu@student.tudelft.nl | |
| Elena Mihalache | E.Mihalache@student.tudelft.nl | |
| Alexandru Cristian Cazacu | a.c.cazacu@student.tudelft.nl | |
| Yue Chen | y.chen-72@student.tudelft.nl |
- Install IntelliJ IDEA
- Import project from Gradle model
- Ensure that the project runs on Java 8+
- Create a PostrgreSQL database
- Update the credentials at server\src\main\resources\application.properties
- Start Server Application called
ServerAppatserver/../prodfolder - Start Client Application called
Applicationatclient/../prodfolder
git clonethis repository- Branch from the master branch and start working on the features you wish ot add
- When the feature is completed, submit a merge request to the
developbranch. - After the developer team makes the necessary reviews, we will merge
developintomaster

