Have you ever wanted to compete with your friends, flex your trivia knowledge and gain bragging rights for eternity? Then our website is definitely the best for you! Users will be able to play games of Jeopardy using pre-generated boards and they will compete with each other to see who gets to brag. There are several all-time leaderboards to see the which players are the best of the best. Users will also be able to create and edit their own custom boards and publish them for others to play.
- Clone this repo:
git clone git@github.com:stuy-softdev/PMG.git
- Navigate into repo:
cd PMG
python -m venv {{venv_path}}
-
Linux/Mac:
source {{venv_path}}/bin/activate -
Windows:
{{venv_path}}\Scripts\activate
pip install -r requirements.txt
-
Linux/Mac:
source {{venv_path}}/bin/activate -
Windows:
{{venv_path}}\Scripts\activate
cd PMG/app
python __init__.py
python app/__init__.py