Skip to content

Full stack Spring Boot application for game collection management

Notifications You must be signed in to change notification settings

tmrd993/game-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-lookup

Full stack web application using Spring Boot to manage video game collections with an added search function

How-To

  1. Clone the repo
  2. Start MySQL 8
  3. 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)
  4. Import the project to your IDE as a maven project
  5. Run the GameLookupApplication class
  6. Open up your browser and navigate to localhost:8080
  7. 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

Screenshots

Login/Signup

login

signup

Web Search

web_search

Web Search entry selection

web_search_select

My lists

my_lists

Detailed list view

detailed_list

Detailed list edit entries

detailed_list_edit

About

Full stack Spring Boot application for game collection management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published