Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.54 KB

README.md

File metadata and controls

45 lines (39 loc) · 1.54 KB

movie-hut

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.

Steps to run

  • 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

Screenshots

alt text alt text alt text alt text alt text alt text

Contributors

Siddhanth J Ajri & Himani Raghav