An ecommerce web project using Object Oriented PHP, MySQL and Bootstrap
- Go to localhost/phpmyadmin and create a database;
- Name it "dbshop" and set collation to "utf8_unicode_ci";
- Go to localhost/phpmyadmin and click "dbshop";
- At the navigation menu, click "Import" and upload the dbshop.sql file in the same folder;
- In the browser's address bar, type localhost/ecommerce/admin/;