Shopping Cart Application

Overview

This is a simple Shopping Cart application built using PHP and MySQL. It allows users to browse products, add them to their cart, and proceed to checkout.

Features

  • View a list of products
  • Add products to the shopping cart
  • Update product quantities in the cart
  • Remove products from the cart
  • View cart summary
  • Checkout process

Requirements

  • PHP 7.4 or higher
  • MySQL 5.7 or higher
  • Web server (e.g., Apache, Nginx)
  • Composer (optional, for managing PHP dependencies)