Skip to content

A sports prediction web app for tracking and comparing your predictions with friends. A points system and global leaderboard will showcase your accuracy, with achievements for predicting major events like the Super Bowl. Save, share on social media, and track your streaks to test your sports knowledge. More features to come as the project evolves.

Notifications You must be signed in to change notification settings

SufiaRashid/Flame-Picks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flame-Picks

A sports prediction web app for tracking and comparing your predictions with friends. A points system and global leaderboard will showcase your accuracy, with achievements for predicting major events like the Super Bowl. Save, share on social media, and track your streaks to test your sports knowledge. More features to come as the project evolves.

Instructions

Step One - Prerequisites:

Step Two - Package requirements:

  • Navigate to the root directory of the repository: cd Flame-Picks
  • Install from requirements.txt: pip install -r requirements.txt
  • Navigate to client folder: cd client
  • Install packages: npm install

Step Three - Running application:

  • Navigate back to root: cd ..
  • Run start.sh to run application: ./start.sh or sh start.sh depending on the environment

Issues

Failed permission to run script

  • Make sure permission is given to run start.sh: chmod +x start.sh
  • If the above doesn't work, open a PowerShell terminal in admin mode and run:
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

About

A sports prediction web app for tracking and comparing your predictions with friends. A points system and global leaderboard will showcase your accuracy, with achievements for predicting major events like the Super Bowl. Save, share on social media, and track your streaks to test your sports knowledge. More features to come as the project evolves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published