Welcome to the NBA Management System repository! This repository contains all the necessary files and details required to run the NBA Management System application on your local machine.
In this section, you can find a video demo showcasing the major highlights of the NBA Management System.
-
General Overview - To be updated
-
Adding/Updating Database - To be updated
-
Creating/Deleting Database Triggers - To be updated
Please be slightly patient while I create and upload the demo video. Follow and star this project to get the latest notifications and updates. 🙌
To build this project without any errors/issues, make sure you meet the following requirements:
-
Windows Operating System (Windows 10 preferred)
-
Google Chrome Browser (v80 or higher or Edge Browser
-
WAMP Web Server (v3.0 or higher)
-
Code Editor (Visual Studio Code recommended)
If you're unsure whether you have the right versions or need to install them, continue to the installation section below.
- To download the latest version of Google Chrome for Windows OS, visit Download Google Chrome Web Browser.
- For Linux OS, follow Install Chrome on Linux Mint - Easy Step-By-Step Guide.
- Mac OS users can follow How To Install Google Chrome On Mac Quickly.
- Download Visual Studio Code from the official website Download Visual Studio Code - Mac, Linux, Windows.
- Install the appropriate build for your operating system.
Installing WAMP Web Server and running a local server on your machine is crucial for replicating and reproducing all the results for this project.
- Download the WAMP installer application from here and follow the installation instructions.
- Once installed, start the WAMP server and wait for it to run successfully.
- Open your web browser and type "http://localhost/phpmyadmin" without quotes to access phpMyAdmin.
- Log in with the default username "root" and no password. If you've set a password during installation, use that.
- Create a new database named "nba" (without quotes) with the default settings.
- Once the database is created, click on the Import tab and select the SQL file provided in the project directory (expected location: C:/wamp/www/your_project_folder/db/nba.sql). Click Go to import the database schema.
- Open a new tab in your web browser.
- Type the following URL: "http://localhost/your_project_folder/index.html" (replace "your_project_folder" with the actual folder name where you've stored the project files).
- Press Enter to load the NBA Management System application.
- Explore the functionalities and features provided by the application.
For any further assistance or queries, feel free to reach out via email at ajay12942@gmail.com.