Skip to content

A system for managing symposium participants (doctors, students, organizers, etc.), conference rooms, and presentations.

Notifications You must be signed in to change notification settings

Juhasen/Symposium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎓 Symposium Management System

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.


🧪 Queries to domain model

  • 🧾 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)


🛠 Tech Stack

  • Java 21
  • Spring Boot
  • Spring Data JPA (Hibernate)
  • PostgreSQL (configurable)
  • Lombok
  • Maven

About

A system for managing symposium participants (doctors, students, organizers, etc.), conference rooms, and presentations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages