Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 741 Bytes

Group3-Inc

Reservation / Billing Application

Setup instructions

  1. Install NodeJS and add it to your system's PATH
  2. Install MySQL and add it to your system's PATH
    a. From the MySQL console:
        - run the setup.sql script in the backend/sql folder
  3. In the project root directory:
    a. run 'npm install' in a terminal
    b. run 'node server.js' in the terminal. If it worked you should see that the servers are listening and the database is connected.

You should now be able to go to localhost:8080 from a browser. Main usernames are 'admin' and 'user'. See non-generated-data.sql for all usernames. All passwords are 'password'.