EventSphere is a robust event management system designed to enable organizers to create events, manage attendees, issue digital tickets, and track event analytics—all powered by AWS Cloud services.
EventSphere allows:
- Organizers to create/manage events, track registrations, and view analytics.
- Attendees to browse events, register, and download tickets.
- QR-based ticket validation at event entry points.
- Mock payment integration for test transactions.
- Organizers Dashboard → Create and manage events, view registrant data.
- Attendees Portal → Browse events, register, download QR-coded tickets.
- AWS Cognito for signup/login flows.
- Role-based access (
Organizer,Attendee) using Cognito Groups.
Stores:
- Event details
- User registrations
- Ticket metadata (QR code ID, status)
- PDF tickets generated by AWS Lambda on registration.
- Embedded QR codes for validation at entry points.
- Frontend hosted via AWS Amplify .
- Ticket PDFs stored in S3 with pre-signed links for secure downloads.
- Stripe (test mode) for simulated transactions.
- ✅ Admin & user portals (live-hosted)
- ✅ DynamoDB schema + AWS Lambda ticketing logic
- ✅ Workflow & architecture diagrams








