https://www.youtube.com/watch?v=hw6NPgU4GjQ
- Download the source code, unzip and import it into IDE
- Run the application by running the BidSphereApplication.java located in BidSphere>Java Resources>src/main/java>com.yorku.BidSphere>BidSphereApplication.java. In IntelliJ click the run button.
In Java Eclipse Run the project as a Java project (not on the server).
This makes the backend available for usage. Please note that the username and password are not empty in the application.properties. If it is please go to time stamp 1:13 in the video for appropriate credentials (make sure the video quality is higher for visibility). Accordingly, please check the rest of the file matches the one visible at the time stamp.
-
Ensure that node.js is installed (the latest version) https://nodejs.org/en/download
-
To view the frontend and gain the frontend functionality. You can open the folder titled 'frontend' in VScode.
-
In the terminal of VScode (make sure it is in the frontend file directory), type 'npm install'. Note that the node_module folder appears in the Explorer tab on the left-hand side
- In the terminal type 'npm start'. This will open a tab on your browser of choice.