← All ProjectsVisit Live Site →
Built the complete backend infrastructure for Quicket, a ticketing and events platform. The Django REST Framework API covers user authentication (JWT), event creation and management, dynamic seat-map logic, real-time seat locking to prevent double-booking, and payment gateway integration. The system is designed to handle traffic spikes around popular event releases with optimistic locking and Redis-backed queuing.
01
JWT authentication with refresh token rotation
02
Dynamic seat-map engine supporting custom venue layouts
03
Optimistic locking + Redis queuing to prevent double-booking under load
04
Payment gateway integration with webhook-based order confirmation
05
Admin dashboard with real-time sales analytics and export
DjangoPythonREST APIPostgreSQLRedis
