An ecommerce web project using PHP, MySQL and Bootstrap by Curtis Parham. Wanna see his youtube playlist? Click me.
- Go to localhost/phpmyadmin and create a database;
- Name it "ecommerce_db" and set collation to "utf8_unicode_ci";
- Go to localhost/phpmyadmin and click "ecommerce_db";
- At the navigation menu, click "Import" and upload the ecommerce_db.sql file in the same folder;
- In the browser's address bar, type localhost/ecommerce/admin/;