LiveSportsWebsite icon indicating copy to clipboard operation
LiveSportsWebsite copied to clipboard

This is my Live Sports website built with Flask

LiveSportsWebsite

This is my Live Sports website built with Flask.

Follow the tutorial on: 1-hour Crash Course

Get started:

  • In the project root, go to src folder, and then create a venv
  • Run on terminal source venb/bin/activate On Linux OR venv\Scripts\activate.bat on Windows
  • Once activated, install Flask: pip install flask
  • Get out from the venv: deactivate
  • Run the following to set Flask env variables that are necessary
    • set FLASK_APP=main.py
    • set FLASK_DEBUG=1
    • Run the Project: flask run