A web app to analyze and predict steam community market prices.
cd App npm install - Create a .env file and add the following variables:
| Variable name | Description |
|---|---|
| MONGO_URL | Your MongoDB connection string |
| STEAM_API_KEY | Get your own API KEY from here |
| REALM | your base URL (http://localhost:8080/ if you are running it locally) |
- Optional: Clone this repo for fetching the steam item price histories.
npm start Server starts in port 8080 by default. Have fun.