A platform for circulating books for sale and purchase within book lovers while providing an efficient book club management module. This app is a fully functioning site that is at capable of doing registration and log in of users, creation and management of clubs and a shop module that allows for addition and editing of books.
- Download the project code locally
git clone https://github.com/hilderbrandtjohn/shelfindulgence.git
- Copy project folder Copy the project folder and paste it into the xampp/htdocs folder
Note - If you are using a different server from xampp ensure to copy in the appropriate folder
-
Open xampp Open xampp and start the apache and MySQL
-
Open browser Open a browser and go to URL “http://localhost/phpmyadmin/”
-
Create database Click on databases tab and Create database naming “shelfindulgence”
-
Import “shelfindulgence.sql” Click on browse file and select “shelfindulgence.sql” file which is inside “database” folder and after import click “go“.
-
Open browser and type folder name Navigate to project homepage http://localhost/shelfindulgence/
-
Explore manipulating Login from the User’s login side. Just provide the Admin’s login detail, it will redirect you to Admin panel.
system admin username
admin
system admin password
admin
Server setup
hostname=localhost
user=root
password=""