UTS AUT 2023 IoTBay ISD Assignment
SOFTWARE REQUIREMENTS:
- Netbeans 12.4
- GlassFish 4.1
OPENING PROJECT
-
Unzip the file into a file location you can easily find in the file directory
-
Open Netbeans
-
Navigate to the file button in the top right corner
-
Select open project folder
-
Select the folder that the project has been unzipped into
*Note: if prompted to resolve problems relating to finding junit and hamcrest jar files, resolve them by selecting the respective files in the main folder
SET UP DATABASE
-
Navigate to the Service tab in Netbeans and create a Java database called "IOTBAY" (the specified port should be 1527)
-
Set the username to "isduser" and the password "admin"
-
Connect to the database and execute the query found in the main folder "DatabaseLog.txt" (sample data can be found as an excel file SampleData.xlsx
VIEWING THE WEBSITE
- Build, deploy and execute the project folder