Skip to content

A platform for circulating books for exchange and purchase within book lovers while providing an efficient book club management module.

Notifications You must be signed in to change notification settings

KizitoAsudo/shelfindulgence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shelfindulgence


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.


Local Setup

  1. Download the project code locally
git clone https://github.com/hilderbrandtjohn/shelfindulgence.git
  1. 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

  1. Open xampp Open xampp and start the apache and MySQL

  2. Open browser Open a browser and go to URL “http://localhost/phpmyadmin/”

  3. Create database Click on databases tab and Create database naming “shelfindulgence”

  4. Import “shelfindulgence.sql” Click on browse file and select “shelfindulgence.sql” file which is inside “database” folder and after import click “go“.

  5. Open browser and type folder name Navigate to project homepage http://localhost/shelfindulgence/

  6. 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=""

About

A platform for circulating books for exchange and purchase within book lovers while providing an efficient book club management module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.3%
  • PHP 12.2%
  • CSS 11.5%