Welcome to the backend of Elite Arena — the powerhouse behind a modern sports club experience.
This server handles all the core logic that makes the platform work:
- 🔐 Auth & Role Verification
- 🏸 Court & Booking Management
- 💳 Payments via Stripe (with coupons)
- 📢 Announcements, Branches, and Profile APIs
While the server focuses on secure data and API handling, all user interactions and UI are managed from the client side.
👉 To explore the full system with UI, visit the client:
🔗 Client Repository: Elite-Arena-client-side
🌐 Live View: Elite-Arena Live View
📝 This server repo provides the backend logic only. All visual features, user interfaces, and detailed descriptions are available on the client side.