"GameLister" is a simple web application that was created for a university project. This application supports multiple user roles, data types, and makes calls to a third-party API.
Users are able to browse a database of video games and view detailed information. Registered users may add games to custom user-created lists.
- Login for the test administrator account is
email: admin@test.com
andpassword: password
. - Administrators have a different settings panel than regular users.
- Use the server endpoint
/api/init
to completely initialize the database.
This project uses the RAWG API to populate a database of video games. More details can be found here.