Skip to content

This was my capstone group project for my final class at uni, may make some revisions at some point because I had no familiarity with PHP at the time of making this.

Notifications You must be signed in to change notification settings

yamishy/php-ecommerce-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP E-Commerce Website on XAMPP Server

This is a simple e-commerce website built using PHP and running on the XAMPP server. It allows users to browse products, add them to a cart, and checkout using PayPal. The website also uses a SQL server to store product and order information, and the PHPMailer library for handling contact inquiries.

Getting Started

To get started, you will need to download and install XAMPP on your computer. You can download XAMPP from the official website: https://www.apachefriends.org/download.html

Once you have XAMPP installed, you can clone this repository to your htdocs folder in the XAMPP directory.

cd /path/to/xampp/htdocs
git clone https://github.com/yamishy/php-ecommerce-capstone.git

After cloning the repository, start the apache and sql servers using XAMPP and navigate to localhost/project/index.php in your web browser to see the website.

Features

This e-commerce website has the following features:

Browse products and product details
Handle contact inquiries using the PHPMailer library
Register and login to an account whose data is stored on the local server
Add products to a cart or wishlist
View cart contents and update quantities
Checkout using PayPal
Store product and order information in a SQL server

Technologies Used

This e-commerce website was built using the following technologies:

PHP
MySQL
HTML
CSS
JavaScript
SQL server
PHPMailer library

About

This was my capstone group project for my final class at uni, may make some revisions at some point because I had no familiarity with PHP at the time of making this.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages