eCommerce(book selling) website using php,html,css,JavaScript,mysql and XMPP servers
- XMPP server
This repository contains following files-
- admin_area- This folder contains files of admin section.
- customer- This folder contains files of customer section.
- function- This folder contains file of function.
- images- This folder contains images of pages.
- includes- This folder contains database connectivity files.
- styles- This folder contains external css file.
- all_product.php- This file contains logic of showing all product.
- cart.php- This file contains logic of cart.
- checkout.php- This file contains logic of checkout.
- customer_login.php- This file contains logic of customer login.
- customer_register.php- This file contains logic of customer_register.
- details.php- This file contains logic to view details of any book.
- index.php- This is main file.
- logout.php- This file contains logic of logout.
- menu.php- This file contians logic to view all menu.
- payment.php- This file contains logic for payment.
- publication.php- This file contains logic to view book publication wise.
- results.php- This file contains logic to search any book.
- my_account.php- This file contains logic to view account of any customer.
- Projectreport.pdf- This is report of project(eCommerce).
- Clone the repository-
git clone https://github.com/Rtannu/eCommerce.git
- 2nd step to install XMPP server
- 3rd step to start XMPP server
open terminal and type-sudo /opt/lampp/lampp start(for linux)
ex-rrajcoder@rrajcoder-Inspiron-3543:~$ sudo /opt/lampp/lampp start
- 4th step to put downloaded project(eCommerce) in htdocs folder
path of htdocs(in linux)- /opt/lampp
ex-
/opt/lampp/htdocs/eCommerce







