- XAMPP Control Panel installed on your machine
- Apache and MySQL modules running in the XAMPP Control Panel
- A web browser, preferably Google Chrome
- Unzip the downloaded BookRunner folder to a location of your choice.
- Open the XAMPP Control Panel
- Click Start next to both Apache and MySQL
- Open your web browser
- Navigate to:
http://localhost/phpmyadmin
- Click on the bookrunner database (create one if it doesn’t exist)
- Go to the Import tab
- Click Choose File and select the
bookrunner.sqlfile - Click Import
✅ You now have a bookrunner database with four tables:
userscartordersorder_items
- Windows:
C:\xampp\htdocs - macOS:
/Applications/XAMPP/htdocs
- Move the unzipped BookRunner folder into the
htdocsdirectory
- Ensure Apache and MySQL are running in the XAMPP Control Panel
- Open your browser and navigate to:
http://localhost/BookRunner/Project