A MEAN Stack application to view and book seats to movies. Functionalities include login/register/logout, view movie list, book seats for specific movies, view all bookings.
- To start the backend server, open up a Terminal/Powershell and execute the following commands.
cd backend npm install nodemon server
- To start the frontend scripts, open up a Terminal/Powershell and execute the following commands.
cd frontend npm install ng serve --open