Skip to content

This is a web-based application. HTML, CSS, BOOTSTRAP, JAVASCRIPT, MYSQL, and PHP have been used to develop this e-commerce website.

License

Notifications You must be signed in to change notification settings

ashiqurrahmananik/E-commerce

Repository files navigation

Ecommerce

How to run E-Commerce Project

  1. Download the zip file
  2. Extract the file and copy E-commerce folder
  3. Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/HTML)
  4. Open PHPMyAdmin (http://localhost/phpmyadmin)
  5. Create a database with name cse411project
  6. Import cse411project.sql file(given inside the zip package in SQL file folder)
  7. Run the script http://localhost/E-Commerce (frontend)
  8. For admin panel http://localhost/E-Commerce/admin (admin panel)


Credential for admin panel :

  • username: admin
  • Password: admin

User Requirements:

Admin

  1. Admin Can Login
  2. Admin Can Manage Products
    • Add Product
    • Remove Product
    • Update Product
  3. Admin Can View Product List
  4. Admin Can View Order List
  5. Admin Can Manage Order
    • Confirm Order
    • Cancel Order
    • Deliver Order
    • Remove Order
  6. Admin Can View User List
  7. Admin Can Generate Sales Report

Customer

  1. Customer Can Login
  2. Customer Can View Products
  3. Customer Can Search Products
  4. Customer Can Add Products to Cart
  5. Customer Can Place Order
  6. Customer can Make Payments
  7. Customer Can View Order Details

Functional Requirements:

Admin

  1. Login
  2. Search any product info and their description
  3. View all product information
  4. View all orders
  5. Add, delete, and modify product information
  6. After every successful Add, Edit, delete confirmation message will be shown on corner of the page.
  7. Logout

Customer

  1. Login
  2. Search any product info and their prescription
  3. View all product information
  4. Logout

Use Case Diagram

use case Use Case Diagram

Screen Shots

Customer

log Login For Customer
Signup Sign Up For Customer

h1 h2 Home Page For Customer

search Customer For Customer

cart Cart For Customer
all order Customer Profile

Admin

login admin Login For Admin
admin home Admin Home
admin home 2 Admin Home
add product Add Product For Admin
manage product Manage Product For Admin
order status Order Status For Admin
delivered product All Delivered Product
all user All User List
sales report Sales Report