DBMS PROJECT for CSF212 offered to CS sophomores of BITS Pilani, India: ShowHub: A Cineplex Management System
- React
- Node
- Express
- MySQL
ShowHub is a cutting-edge solution revolutionizing cineplex management systems. With its user-friendly interface and powerful features, ShowHub streamlines every aspect of cineplex operations. From scheduling screenings to managing ticket sales and concessions, ShowHub automates tedious tasks, saving time and boosting efficiency. Its advanced analytics provide valuable insights into audience preferences and trends, enabling cineplexes to tailor their offerings for maximum profitability. With ShowHub, cineplexes can deliver an exceptional moviegoing experience while optimizing their operations for success in today's competitive market.
- cd showhubfrontend
- npm i
- npm run dev
- cd backend
- npm i
- add db credentials inside db.js in db folder
- run sql files in setting up database folder
- run procedures and triggers in the db folder
- node index.js