A web-application that keeps track of team details, sets up match fixtures, and maintains scores & points table as the tournament proceeds.
- Put app.py file and templates folder in single folder say IPL
-
- Open cmd/terminal in IPL and execute following commands
- pip install flask flask-sqlalchemy {installing flask}
- python {To open python environmnet in IPL folder}
- from app import db,Teams,Schedule,Points
- db.create_all()
- exit() {exiting python environment}
- app.py {running app on cmd}
- Paste the local host link in your browser. 1-Python3 and executing program through cmd