Skip to content

hamishivi/shrec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shrec

Get Shreced

Setting up dev environment

Requirements:

  • virtualenv
virtualenv .env
source .env/bin/activate
pip install -r requirements.txt

There should be a config.py file in the root folder of the project. You can use the following template to create it.

STEAM_API_KEY = "1234"
IGDB_API_KEY = "5678"

Running the server

./run.py

About

A recommendation website for your steam backlog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published