Skip to content

jimdevops19/LiveSportsWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is my Live Sports website built with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published