ComputerScienceHouse / game-night

A board and card games database for Computer Science House.
https://game-night.csh.rit.edu
3 stars 5 forks source link

Game-Night

Game-Night is a web-app used to archive boardgames used by members of the Computer Science House. Game-Night is currently running Here

Setup

Requires Python & MongoDB

Python Dependencies

Use pip install -r requirements.txt to install the required python dependencies. Using virtualenv is recommeded when installing packages for python.

Environment Variables

Game-Night requires access to OIDC and s3 to operate properly. This is done by obtaining a client id and secret for each service.

Set these variables before attempting to start Game-Night

For OIDC information contact a maintainer of Game-Night

For s3 credentials contact a maintainer of Game-Night

Running Game-Night

Start Game-Night by using python wsgi.py in the projects root directory

The project should be running at localhost:5000