Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.02 KB

GameLister MEAN Stack Application

"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.

Usage

Users are able to browse a database of video games and view detailed information. Registered users may add games to custom user-created lists.

Screenshots

Testing Notes

  • Login for the test administrator account is email: [email protected] and password: password.
  • Administrators have a different settings panel than regular users.
  • Use the server endpoint /api/init to completely initialize the database.

RAWG API

This project uses the RAWG API to populate a database of video games. More details can be found here.