Sreejib-Nandy/QuickShow — reverse-engineered prompt
Reverse engineered prompt
Build me a full stack movie ticket booking web app called QuickShow.
I want users to browse movies that are showing now, open a movie details page, see cast info, pick a date and showtime, choose seats from a live seat layout, and book tickets. Add login and signup, secure card payment, and email confirmations after booking. Users should also have a bookings page where they can see their past and upcoming tickets.
I also need an admin area where an admin can add and manage movies and shows, see all bookings, and view simple revenue stats like monthly revenue and booking analytics. Make it feel like a modern cinema booking site, clean, responsive, and easy to use on mobile and desktop.
Use a MERN style setup with React on the frontend and Node with Express and MongoDB on the backend. Use Clerk for auth, Stripe for payments, Nodemailer for emails, and Inngest for background jobs. Look up current docs online if you need to.
Want more depth? Deep Reverse