Skip to content

kmranrg/BookStore

Repository files navigation

BookStore

Shopping Website

Project Tree Structure:-

BookStore/
├── css/ (contains all the css files)
│    ├── bootstrap.css
│    ├── bootstrap.min.css
│    └── style.css
├── fonts/ (contains glyphicons)
│    ├── glyphicons-halflings-regular.eot
│    ├── glyphicons-halflings-regular.svg
│    ├── glyphicons-halflings-regular.ttf
│    ├── glyphicons-halflings-regular.woff
│    └── glyphicons-halflings-regular.woff2
├── js/ (contains Bootstrap Js files.)
│    ├── bootstrap.js
│    └── bootstrap.min.js
│    └── jquery.js
├──  img/
│    └── (contains all images required for developing the website)
├──  includes/	 
│    ├── check_if_added.php
│    ├── common.php
│    ├── footer.php
│    └── header.php
├──  cart-add.php
├──  cart-remove.php
├──  cart.php 
├──  index.php
├──  thomsonstore.sql (Database of the project)
├──  login.php
├──  login_script.php
├──  logout_script.php
├──  products.php
├──  settings.php
├──  settings-script.php
├──  signup.php
├──  signup_script.php
└──  success.php

Setup:-

  • Start the Apache and MySQL modules using the XAMPP controller.
  • Open the phpMyAdmin and create a database "thomsonstore".
  • Import the thomsonstore.sql file present in the repository.
  • Open the htdocs folder in the xampp folder. Copy-paste the repository BookStore.
  • Open the browser (chrome), type localhost/BookStore and you should see the index page of the website.

Screenshots:-

Screenshot-1 Screenshot-2 Screenshot-3 Screenshot-4 Screenshot-5 Screenshot-6 Screenshot-7 Screenshot-8 Screenshot-9 Screenshot-10 Screenshot-11 Screenshot-12

About

Work for Thomson Press (India) Limited

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages