PrototypeSource availableAcademic microservices platform / 2025
Problem
An event platform needs separately managed auth, event publishing, registrations, participant flows, notifications, media, and statistics.
Solution
Split the system into an Angular app plus Eureka, Spring Cloud Gateway, user/registration, event, and notification services, all wired with Docker Compose.
Key Features
Role-based Angular routes for organizers and participants with auth and role guards
JWT registration/login flow with gateway validation and downstream user headers
Spring Cloud Gateway routes for auth, events, registrations, users, and notifications
User service for authentication, participant registrations, confirmation/rejection, and cancellation workflows
Event service for event CRUD, search, publishing, cancellation, statistics, view counts, and optional Cloudinary image/video uploads
Notification service for email-backed notifications, unread counts, mark-as-read, event lookup, and deletion
OpenFeign event lookup from the user service plus notification client fallbacks through service, local, and gateway URLs
Docker Compose setup for service discovery, gateway, three Spring Boot services, three PostgreSQL databases, Redis, health checks, and shared network