
Event Booking Platform
Event Booking Platform is a microservices-based system designed for seamless event and venue reservations. It enables users to book rooms, manage event approvals, and track availability in real-time. Built with Spring Boot, Java, MongoDB, and PostgreSQL, the platform ensures secure authentication, inter-service communication, and efficient event coordination through a containerized Docker environment.

Key Features
Role-Based Access Control
-
Implements JWT & OAuth 2.0 authentication to manage different user roles (students, staff, administrators).
​
-
Ensures secure access permissions, allowing only authorized users to create, approve, or manage event bookings.
Real-Time Booking Management
-
Prevents double-booking conflicts by integrating a PostgreSQL and MongoDB hybrid database system.
​
-
Displays up-to-date availability of rooms and venues, ensuring smooth event scheduling.
Automated Approval Workflow
-
Events requiring approval are automatically forwarded to authorized personnel.
​
-
Approvers receive instant notifications, improving response time and workflow efficiency.
Scalable Microservices Architecture
-
Built as independent microservices (Event, Booking, User, Room, and Approval Services) using Spring Boot.
​
-
Ensures modularity, easy maintenance, and independent service scaling.
Containerized Deployment with Docker
-
Uses Docker and Docker Compose for easy deployment and efficient resource management.
​
-
Enables seamless integration across multiple environments (development, staging, production).
RESTful APIs for Seamless Integration
-
Provides well-structured REST APIs for inter-service communication.
​
-
Allows future expansion, such as integrating external calendar systems or third-party payment gateways.

Tech Stack
-
Backend: Spring Boot (Java), RESTful APIs
-
Databases: PostgreSQL (relational data), MongoDB (event storage)
-
Security: JWT, OAuth 2.0, Role-Based Access Control
-
DevOps & Deployment: Docker, Docker Compose
-
Microservices: Event Service, Booking Service, Room Service, User Service, Approval Service
Project Impact
The Event Booking Platform streamlines event and venue reservations by automating approvals and preventing double-booking. It reduces manual coordination by 50%, enhances security with role-based authentication, and ensures scalability through microservices and containerized deployment. Designed for efficiency, it offers a seamless booking experience while allowing future integrations like calendar sync and payment processing.