Skip to content

Latest commit

 

History

History
83 lines (53 loc) · 1.02 KB

README.md

File metadata and controls

83 lines (53 loc) · 1.02 KB

HowLongToSteam

React web app that shows how long it takes to complete your Steam library

Demo

https://howlongtosteam.netlify.app/

Screenshots

Main Page App Screenshot Game Display Page App Screenshot

Run Locally

Clone the project:

By default frontend is hosted on

PORT: 3000

and backend is hosted on

PORT: 9000

For frontend:

  git clone https://github.com/siddiqi-zuhair/HLTS

Go to the project directory

  cd /backend/

Install dependencies

  npm install

Start the server

  npm run start

For backend:

Go to the project directory

  cd /backend/

Install dependencies

  npm install

Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY Steam API key

MONG_USER MongoDB username

MONG_PASS MongoDB password