https://github.com/sidheshwarjadhav100/dreamteam-tracker
This project mainly focused on JDBD and MySQL Database to provides a Java-based client interface for managing IPL player information and perform CRUP operations.
https://github.com/sidheshwarjadhav100/dreamteam-tracker
arraylist database java jdbc mysql oop sql
Last synced: 3 months ago
JSON representation
This project mainly focused on JDBD and MySQL Database to provides a Java-based client interface for managing IPL player information and perform CRUP operations.
- Host: GitHub
- URL: https://github.com/sidheshwarjadhav100/dreamteam-tracker
- Owner: sidheshwarjadhav100
- Created: 2024-10-15T10:26:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-29T04:23:20.000Z (over 1 year ago)
- Last Synced: 2025-06-14T03:06:28.090Z (about 1 year ago)
- Topics: arraylist, database, java, jdbc, mysql, oop, sql
- Language: Java
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DreamTeam-Tracker
**DreamTeam-Tracker** is a powerful IPL player management system that allows users to efficiently manage and track player statistics such as runs, wickets, and team affiliation. Built using JDBC and MySQL, this system provides an intuitive interface to interact with data, including adding, updating, deleting, and retrieving player information. This system is designed for cricket enthusiasts, analysts, and team managers who want to keep track of player performance and other important statistics.
---
## Table of Contents
- serial_no ->(PK)
- jrno ->(Jersey NO)
- name ->(Player Name)
- runs ->(player Runs)
- wicket ->(Player Wickets)
- team ->(Player IPL Team)
---
## Project Structure
DreamTeam-Tracker/
├── com.sid.client/
│ └── IPL_Client.java
├── com.sid.controller/
│ └── IPLController.java
├── com.sid.dao/
│ └── IPL_Dao.java
├── com.sid.entity/
│ └── Player.java
├── com.sid.service/
│ └── IPL_Service.java
├── com.sid.utility/
│ └── IPLUtility.java
└── README.md
## Project Overview
**DreamTeam-Tracker** enables the tracking of IPL (Indian Premier League) player statistics such as runs, wickets, and team affiliations. The system is built on top of a relational database (MySQL), using JDBC for seamless integration between the application and the database. Users can manage player data, view player profiles, and perform various analyses.
---
## Features
- **Manage Player Data**: Add, update, delete, and retrieve player information.
- **Team-based Filtering**: View players from specific teams (e.g., CSK, MI, RCB).
- **Statistical Queries**: Run queries to calculate player statistics such as total runs and wickets, or identify top performers.
- **CRUD Operations**: Full support for Create, Read, Update, and Delete operations on player data.
- **Interactive Reports**: Generate detailed reports for individual players or teams.
---
## Technologies Used
- **Java (JDBC)**: Used to handle the interaction between the application and the MySQL database.
- **MySQL**: Relational database management system to store player data.
- **MySQL Workbench**: For querying and managing the MySQL database.
- **Eclipse/IntelliJ IDEA**: Integrated Development Environment (IDE) for development.
---
**For any questions or feedback, feel free to reach out to** **sidheshwarjadhav100@gmail.com**
---