Skip to content

A web-application that keeps track of team details, sets up match fixtures, and maintains scores & points table as the tournament proceeds.

Notifications You must be signed in to change notification settings

4doctorstrange/IPL-Management-APP-HARD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPL-Management-APP-HARD

A web-application that keeps track of team details, sets up match fixtures, and maintains scores & points table as the tournament proceeds.

Steps to run APP:

  1. Put app.py file and templates folder in single folder say IPL
    1. Open cmd/terminal in IPL and execute following commands
    2. pip install flask flask-sqlalchemy {installing flask}
    3. python {To open python environmnet in IPL folder}
    4. from app import db,Teams,Schedule,Points
    5. db.create_all()
    6. exit() {exiting python environment}
  2. app.py {running app on cmd}
  3. Paste the local host link in your browser.
  4. NOTE- Admin's Key="ipl@2020"

    Pre-requisites:

    1-Python3 and executing program through cmd

About

A web-application that keeps track of team details, sets up match fixtures, and maintains scores & points table as the tournament proceeds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published