Skip to content

stuy-softdev/PMG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS IS JEOPARDY!!!!!!! by Pomegranates

Team Members: Jason Chan (PM), Artemis Lee, Ethan Cheung

Description

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.

Install Guide:

  1. Clone this repo:
git clone git@github.com:stuy-softdev/PMG.git
  1. Navigate into repo:
cd PMG

Set up virtual environment:

python -m venv {{venv_path}}

Activate virtual environment:

  • Linux/Mac: source {{venv_path}}/bin/activate

  • Windows: {{venv_path}}\Scripts\activate

Install requirements:

pip install -r requirements.txt

Launch Codes:

Activate virtual environment:

  • Linux/Mac: source {{venv_path}}/bin/activate

  • Windows: {{venv_path}}\Scripts\activate

Navigate to app folder:

cd PMG/app

Run __init__.py

python __init__.py

Launch Codes:

python app/__init__.py

About

Pomegranates group repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors