Skip to content

Latest commit

 

History

History
58 lines (25 loc) · 1.69 KB

README.md

File metadata and controls

58 lines (25 loc) · 1.69 KB

Laravel

image

This project is done using Laravel framework with Model-View-Controller Architecture, basic authentication & authorization and relevant policies to restrict access of admins modules to customers.

Modules

Customer Modules

  1. Home Page

image

  1. View All Product Page

image

  1. View Product Detail Page

image

  1. Cart Page

image

  1. Payment Page

image

  1. Order History Page

image

Admin Module

  1. Manage Product

image Admins can create a new product, edit product and delete product of the web application.

  1. Manage Orders

image

image

Admins can view all orders, and cancel orders upon reasonable requests by customers.