Atlanta Movie Theater Database Project
Final project made for CS 4400 Databases class in a team of 4 which is a web app that implements example functionality of a movie theater website using given initial data.
How to Run:
- Download Team73.zip from Project Phase III submission and Team73_Web_Application.zip from Project Phase IV submission
- Extract Team73.zip
- Open MySQl Workbench
- Go to Files > Run SQL Script > Team73_DB.sql
- Download and install
- https://nodejs.org/en/download/
- Extract Team73_Web_Application.zip
- Go to file app.js in the Team73_Web_Application folder and open it and go to line 33 and change the password to your MySQL password
- On the command line go to Team73_Web_Application directory For example: cd C:\Users<username>\Downloads\CS4400Project\Team73_Web_Applia tion
- Put the following command in the command line in order
- npm install
- node app.js
- Go to http://localhost:3000/