LiveSportsWebsite
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
srcfolder, and then create a venv - Run on terminal
source venb/bin/activateOn Linux ORvenv\Scripts\activate.baton 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.pyset FLASK_DEBUG=1- Run the Project:
flask run