Members:
This is a mock Steam game store website we made for our COMP30860 Web Development module.
- JDK 13
- Maven
- Clone the repo locally
- Run command
mvn compile
to compile files. - Run command
mvn spring-boot:run
to start website on localhost:8080