Mise-en-Movie is a full-stack movie booking website where users can book movies listed by admins. The website supports multiple user roles, including Admin, Super Admin, and Customer, each with different levels of access and control. Admins can list movies, theaters, and create showtimes, while customers can browse available movies and book tickets. Super Admins can manage user roles.
- User Authentication: Secure login and signup functionality for different user roles.
- Seat Booking: Customers can select seats and book them for a particular showtime.
- Payment Gateway Integration: Simulated payment gateway for ticket booking.
- Admin Dashboard: Admins can manage movies, theaters, and showtimes (All CRUD Operations)
- Super Admin Controls: Manage user roles and approve or decline admin requests.
- Movie and Showtime Listings: Browse available movies and showtimes.
- React
- TailwindCSS
- Node.js
- Express
- MongoDB
- Customer: Can browse and book available movies and showtimes.
- Admin: Can perform CRUD operations for movies, theaters, and showtimes.
- Super Admin: Can update any user's role from customer to admin and vice versa.
Ensure you have the following installed:
- Node.js
- npm
-
Install dependencies for the backend:
cd ./api npm install -
Install dependencies for the frontend:
cd ./bookingwebapp npm install
- Frontend:
cd ./bookingwebapp npm run dev - Backend:
cd ./api
nodemon index.jsOR
cd ./api
node index.js-
Login: Use the "Sign In" button and enter credentials:
- Email:
superAdmin@gmail.com - Password:
c
- Email:
-
Manage Users: Access the "Super Admin" option to manage user roles.
-
Login: Use the "Sign In" button and select "Guest?" for quick access.
-
Admin Dashboard: Access options like "My Movies," "My Theatres," and "My Showtimes" to manage content.
-
Login: Use the "Sign In" button or create a new account using "Sign Up."
-
Book Tickets: Browse movies, select city and date, choose available showtimes, and proceed to booking.
- View Movie Details: Click on any movie to see its description and book tickets.
- Book a Showtime: Select a showtime, choose seats, and proceed to payment.
- Dummy Payment: Enter any value for "Card Number," "Expiry Date," and "CVV" to simulate payment. You must be logged in to book a ticket.