Reservation / Billing Application
Setup instructions
- Install NodeJS and add it to your system's PATH
- Install MySQL and add it to your system's PATH
a. From the MySQL console:
- run thesetup-big-data.sql
script in the backend/sql folder - 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'.