It is a general-purpose E-commerce website designed and developed in HTML and CSS and backhand with PHP and MySQL.

- SignUp.
- User Login, Admin Login .
- Search By category.
- Wallet.
- User Rating. Admin has various rights like removing a product, updating a product, adding new product details with image upload option. Passoword is stored using MD5() hash function in MySQL.
Currently it has 4 products :
- Books
- Laptops
- Mobiles
- Cameras
Most of the Files has suitable name which suggests what it does.PHP files are basically doing the Database fetching part while HTML file are doing display content part.
You must have LAMP on your system. LAMP is a software bundle of Linux, Apache server, MYSQL Database and PHP. Set a User Name and Password for your Database.
A command line step-to-step procedure for LAMP Installation can be found HERE.
Download All the files and put them in /var/www directory. As it is the Local Host.
type command : http://localhost/main.html , this is the home page of website and through this page you can navigate the complete website.
Simply fork the repo and clone it to your local machine and start adding.
A tutorial on how to contribute to github project is HERE
