- Clone this repository
- Navigate to
/frontend
and runnpm install
- Run
npm run dev
- Navigate to
/backend
and runpip install -r requirements.txt
- Obtain a football-data.org API key from here and a Youtube API key from here
- Create a
.env
file and add your API keys as follows:
FOOTBALL_DATA_API_KEY=YOUR_FOOTBALL_API_KEY_HERE
YOUTUBE_DATA_APIKEY=YOUR_YOUTUBE_API_KEY_HERE
- Run
python app.py
- Visit http://localhost:3000/ on a web browser.
- Add support for more sports (NBA, NFL)
- Host website on cloud