
MyGamingList
A website that displays information of games and also tracks your
progress.
This applicaiton has two parts to it. The backend was built using
Spring Boot and the frontend was built using React. The purpose of
this project was to create a backend server with a RESTApi for
grabbing details of games from api.rawg.io and displaying it in a
user friendly manner. If you log in as a user you're able to save
and track progress of the games. Kind of similar to GoodReads or
MyAnimeList. The user accounts, progress and reviews are saved to
the database using MySQL.