It is a completely responsive ecommerce website- EASY-SHOPPING (adaptable to all screen sizes)
- Customers can signup, login.
- Customers can select products from different sections ( including men,women and kids which are fetched from database) and can add them to cart.
- For products added in cart, they can place orders by giving address and contact details.
- They can also remove the products from their cart.
- Each product has reviews section where users can see the reviews and can also add reviews.
- After logging in, admin panel is shown.
- Admin can view products according to categories.
- Admin can add, edit or remove the products from databse as per product id.
- Admin can also manage reviews of the products.
- Proper header and footer are added based on customer or admin view.
- PHP
- MYSQL
- HTML
- CSS
- Javascript
- JQUERY
- Bootstrap
- Clone the repository using command
git clone - Install latest version of XAMPP.
- Move the project folder to the given location:
C:\xampp\htdocs - Run the XAMPP control panel.
- Start Apache and MYSQL service.
- Open your browser.
- Go to the address:
http://localhost/phpmyadmin - Create a new databse named
estore - Upload the database file form the database folder named
estore.sql - Now the project is completely setup.
- Go to
http://localhost/projectand use the website.





