Event Management System (HinduYUVA @ VT)
Full-stack ticketing platform with Stripe, QR tickets, and real-time check-in.

Problem
Manage event ticketing end-to-end with secure issuance and check-in.
Approach
Spring Boot API with transactional JPA; Stripe Checkout + webhooks to issue encrypted QR tickets stored in Supabase; QR-based check-in app validates and updates DB in real time.
Tech: Spring Boot, PostgreSQL, Stripe, Supabase, JavaScript
Results
Streamlined operations; automated emails via Zoho SMTP with dynamic templates.
Lessons
- Data integrity
- Webhook security
- DX documentation