Steps On Running The System
Step 1: Install XAMPP
1. Download XAMPP: Go to the [XAMPP
website]([Link] and download the latest version
for your operating system (Windows, macOS, or Linux).
2. Install XAMPP: Follow the installation instructions for your operating system.
Ensure you install the Apache and MySQL components.
Step 2: Start XAMPP
1. Open XAMPP Control Panel: After installation, launch the XAMPP Control Panel.
2. Start Apache and MySQL:
- Click on the "Start" buttons next to Apache and MySQL. You should see the status
turn green, indicating they are running.
Step 3: Set Up Your Project Directory
1. Navigate to the XAMPP Directory:
- By default, the XAMPP installation directory is located in `C:\xampp` on
Windows, `/Applications/XAMPP` on macOS, or `/opt/lampp` on Linux.
2. Locate the `htdocs` Folder:
- Inside the XAMPP directory, find the `htdocs` folder. This folder serves as the
root directory for your web applications.
3. Extract and add the Project inside the htdocs:
Step 4: Set Up the Database
1. Open phpMyAdmi:
- In your web browser, navigate to `[Link]
2. Create a New Database:
- Click on New in the top menu.
- Enter a name for your database (personDb) and click **Create**.
3. Import the SQL sent to you earlier:
Choose the File Then scroll down and click Go
Step 5: Access Your Application
1. Open Your Web Browser**:
- Navigate to `[Link]
Step 8: Test Your Application
1. Add Records: Click on "Add New Record" to add records to your database.
[Link] Records: After adding, you should see the records listed in the table on the
main page.
3. Edit/Delete Records: Use the edit and delete functionalities to manage your records.
Screen-shots of The System
The Dashboard
The More Details Screen
Additional Information
Add New Person
Edit Person Record