Jon Rutan & Trevor Corcoran
This README stinks, and MUST be updated.
NOTE: I haven't included the instructions for setting up the Steamgames database, which is a local postgresql database.
You'll need to run migrate.py against the games.json file from the dataset. I, being quite intelligent, pushed the local db password into this repo.
To start the server and client:
Server
python3 -m venv .venv- Create the Python virtual environment.source .venv/bin/activate- Go into the virtual environment.pip install -r requirements.txt- Install the required pip packages.python3 app.py- Runs the server API backend. This will occupy your terminal.
Client
- Navigate to inside the
clientdirectory. npm install- To install the needed node packages.npm run dev- To run the vite development environment. This will occupy your terminal.
- Steam Games database sourced from Kaggle