React web app that shows how long it takes to complete your Steam library
https://howlongtosteam.netlify.app/
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
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