This is a database management system for a cricket world cup. The system is designed to store information about the teams, players, matches, and the tournament. The system is implemented using MySQL and Python.
- Add, update, and delete teams
- Add, update, and delete players
- Add, update, and delete matches
- Add, update, and delete tournament
- View team details
- View player details
- View match details
- View tournament details
- View team performance
- View player performance
- View match results
- View tournament schedule
- MySQL
- Python
- MySQL Connector for Python
- Create a new database in MySQL
- Import the
cricket_world_cup.sql
file to create the tables - Create the database connection details in
config.py
db_config = { "host": "localhost", "user": "root", "password": "pass", "database": "cricketwc", }
- Run the
app.py
file
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.py
- Ishan
- Shubham
- Sajal