
Set up the frontend folder structure with pages, components, Redux, style sheets, and assets, creating login, register, and home pages with routing via React Router DOM.
Build the login screen by replicating the registration page, wire an on finish event to print form values to the console, and finalize the front end before backend integration.
Wrap protected routes with a dedicated root component to guard the home page, using get current user and the token in local storage to control access.
List added movies in a table, showing columns for title, description, duration, language, and release date, with edit and delete actions, all wired to the get all movies API.
Implement edit movie in a MERN stack app by populating the edit form with the selected movie, opening the modal, and updating via API with data refresh.
Implement the edit theatre flow in a MERN stack app by setting initial values, creating an update route, updating by id, and refreshing data after changes.
Hi Guys, Welcome to the course 'MERN Stack Movie Tickets Booking Application'
In this course, you will learn the following topics
Building full-stack real-world applications from scratch
Working with complex MongoDB, queries, schemas, models
Separate User Interfaces for Users, Admins, and Theatre Owners
JWT Authentication and Password Hashing using BCrypt
Ant Design Library for UI Components, Separate stylesheets overriding ANTD Components, and reusable classes
Redux and Redux Toolkit for State Management,
Admin can upload the movies and allow theatre owners to add shows for the movies
Theatre owners must add the Theatre in the portal and get the admin approval to add shows in the theatres.
One theatre can have multiple shows in a single day at different times.
Seat Availability Checking based on the selected date, show
Stripe Payment Gateway Integration
Handling negative payment scenarios
Manage Tickets and Users from the Admin Pane;
Pushing Code to GitHub,
Hosting application in Heroku
24/7 Q/A Support.
MERN stands for MongoDB, Express, React, and Node, after the four key technologies that make up the stack.
MongoDB - document database
Express(.js) - Node.js web framework
React(.js) - a client-side JavaScript framework
Node(.js) - the premier JavaScript web server
Express and Node make up the middle (application) tier. Express.js is a server-side web framework and Node.js is a famous and powerful JavaScript server platform. Regardless of which variant you choose, ME(RVA), N is the ideal approach to working with JavaScript and JSON, all the way through.
React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. Meta and a community of individual developers and companies maintain it.
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine and executes JavaScript code outside a web browser designed to build scalable network applications.