Full stack web application using Spring Boot to manage video game collections with an added search function
- Clone the repo
- Start MySQL 8
- Enter your rawg.io API key and MySQL user credentials into the application.properties file
(This is needed for the web search feature, you can get an API key from here https://rawg.io/apidocs) - Import the project to your IDE as a maven project
- Run the GameLookupApplication class
- Open up your browser and navigate to localhost:8080
- Log-in using username: "user", password: "password" (alternatively, add a new user, either using the sign up form or simply add one to the database in the DataLoader class)
Note: An internet connection is required to use the web search feature