Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.64 KB

File metadata and controls

41 lines (36 loc) · 1.64 KB

Steam Dashboard

This is a dashboard for Steam that allows a user to quickly view the top 50 games on sale, as well as the top 50 best sellers. It provides pertinent informantion for each game, enabling the user to make a more informed opinion before purchasing. This information includes:

  • Game synopsis
  • Top 20 user reviews
  • Game details
  • Screenshots
  • Game Developer videos
  • Player trend information

How to Run Program

Within the project root folder, run npm install to install all packages needed.

Steam API Key

You'll need to get your steam api key from the following link: https://steamcommunity.com/dev/registerkey

Once you have this key, you will need to rename the env.text file in root to .env and paste in the location specified in the file.

Server side

In a terminal navigate to the server folder, then run the following command in the terminal: node server

Client side

In a different terminal, navigate to the client folder and run the following command in the terminal: npm start

Resources