Skip to content

mikemwai/eShopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eShopping

My first ecommerce website project that I created for an organization called eShopping. This project does not contain any frontend development framework such as bootstrap but uses html, css, php and javascript for its functionality.

Prerequisites

Usage

  • After installation, open Xampp, open phpmyadmin in your brwoser, and create a new database ecommerce1.
  • Import the SQL file in your phpmyadmin.
  • Run the project:
  php -S localhost:8000/Homepage/home.php
  • Stop the project: Ctrl + C