StealShow is a real-time event booking web application that allows users to browse and book tickets for various events, including movies and shows. The app provides an intuitive user interface for seat selection, ensuring a seamless booking experience.
- Browse Events: View upcoming events, including movies and shows.
- Seat Selection: Interactive seat layout for selecting available seats.
- Real-time Updates: Seats are updated in real-time to reflect availability.
- Order Summary: Review your selected seats and event details before finalizing the booking.
- Payment Integration: Secure payment processing through Razorpay.
- Backend: Express.js
- Database: PostgreSQL
- ORM: Prisma Client
- Cache: ioredis
- Payment Gateway: Razorpay
- Node.js
- PostgreSQL
- pnpm (optional)
-
Clone the repository:
git clone https://github.com/priyanshucodezzz/StealShow.git
-
Install dependencies: pnpm install
-
Start the backend server: pnpm start