Skip to content

Latest commit

 

History

History
executable file
·
12 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

executable file
·
12 lines (10 loc) · 621 Bytes

PHP Ecommerce | By Curtis Parham

An ecommerce web project using PHP, MySQL and Bootstrap by Curtis Parham. Wanna see his youtube playlist? Click me.

Setup Database

  1. Go to localhost/phpmyadmin and create a database;
  2. Name it "ecommerce_db" and set collation to "utf8_unicode_ci";
  3. Go to localhost/phpmyadmin and click "ecommerce_db";
  4. At the navigation menu, click "Import" and upload the ecommerce_db.sql file in the same folder;

How to Navigate in Admin

  1. In the browser's address bar, type localhost/ecommerce/admin/;