This project is designed to manage information related to the NBA including details about teams, coaches, players, stadiums, sponsors, fixtures, and user administration for administrators.
The project utilizes a MySQL database named "NBA" which consists of the following tables:
-
Coaches (Table ID: 1xxx)
- Stores information about NBA team coaches.
-
Players (Table ID: 3xxx)
- Contains data about NBA players.
-
Teams (Table ID: 6xxx)
- Holds information about NBA teams, including team names and other relevant details.
-
Stadiums (Table ID: 2xxx)
- Stores information about NBA stadiums where games are played.
-
Sponsors (Table ID: 5xxx)
- Contains data about NBA sponsors.
-
Fixtures (Table ID: 4xxx)
- Records NBA game fixtures and relevant details.
-
Users (Admin) (Table ID: 7xxx)
- Manages user administration, especially for administrators.
This database includes the following NBA teams:
- Los Angeles Lakers (LAC)
- Boston Celtics (BC)
- Golden State Warriors (GSW)
- Charlotte Hornets (CH)
- Atlanta Hawks (AH)
- Sacramento Kings (SK)
Each team is associated with its respective coaches, players, and stadiums.
The project uses XAMPP as the server environment to host the MySQL database. XAMPP provides a simple and effective way to set up a local web server environment for your project.
For your reference, here are the Table IDs used in the project:
-
Sponsor Table ID: 5xxx
-
Stadium Table ID: 2xxx
-
Coaches Table ID: 1xxx
-
Players Table ID: 3xxx
-
Games Table ID: 4xxx