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.
- Install Node.js - https://nodejs.org/en/download
- Clone the repository:
git clone https://github.com/SufiaRashid/Flame-Picks.git
- 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
- Navigate back to root:
cd ..
- Run start.sh to run application:
./start.sh
orsh start.sh
depending on the environment
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