A Java-based application for managing a scientific symposium. It supports the registration of various participant types, organization of presentations, and allocation of conference rooms. Built using Spring Boot and JPA/Hibernate, the system provides functionality for querying and reporting on participants, presentations, and room usage.
- 🧾 List all participants
- 🧾 List participants grouped by type
- 🧾 List participants by country
- 🧾 List all presentation topics
- 🧾 Find participant with the most presentations
- 🧾 Count presentations per room
(Implemented via Spring Data JPA)
- Java 21
- Spring Boot
- Spring Data JPA (Hibernate)
- PostgreSQL (configurable)
- Lombok
- Maven