Quick Event is a full-stack event management platform that connects event organizers with enthusiasts. From booking music fests to managing corporate seminars, Quick Event provides a seamless experience with role-based access control, secure payments, and dynamic seat management.
- Client Application: https://quick-event-bd.vercel.app
- Server API: https://github.com/Sahidulislam05/Quick-event-server
- Firebase Auth: Social and Email/Password login.
- Dynamic Browsing: Search and filter events by category or location.
- Secure Booking: Ticket purchase via Stripe Checkout.
- Booking History: Manage and cancel bookings with a smart refund logic.
- Event Dashboard: Create, update, and delete events.
- Real-time Analytics: Track available seats and bookings.
- Professional Verification: Request admin approval to become a verified manager.
- User Management: Promote users to Manager or Admin roles.
- Content Control: Oversight of all users, events, and transactions.
- System Security: Delete fraudulent users or outdated events.
- Framework: React.js (Vite), TypeScript
- State Management: TanStack Query (React Query)
- Routing: React Router DOM
- Authentication: Firebase Auth
- Styling: Tailwind CSS & DaisyUI
- Animations: Framer Motion
- HTTP Client: Axios
- Runtime: Node.js
- Framework: Express.js
- Database: MongoDB (Mongoose ODM)
- Security: Firebase Admin SDK (JWT Verification)
- Payments: Stripe API
- Reliability: Mongoose Transactions (ACID Properties)
- Smart Refund: Automatic calculation of 100% or 60% refund based on event proximity (2-day rule).
- Seat Management: Atomic updates to prevent overselling of tickets.
- Cascading Deletion: When a user is removed, all their associated bookings are cleared and seats are restored.
- Node.js installed
- Firebase Project & Service Account Key
- MongoDB Atlas Account
- Stripe Account API Keys
cd server
npm installPORT=5000
DB_USER=your_db_username
DB_PASS=your_db_password
STRIPE_SECRET_KEY=your_stripe_key
FB_SERVICE_KEY=your_base64_firebase_admin_key
CLIENT_DOMAIN=http://localhost:5173
cd client
npm install
VITE_apiKey=...
VITE_authDomain=...
VITE_stripe_pk=your_stripe_publishable_key
This project is licensed under the MIT License