Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 679 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 679 Bytes

Book Store E-Commerce website using PHP and MySQL

View Project: https://visual-bookshop.000webhostapp.com/landing/lp.php
View Project video: https://www.youtube.com/watch?v=g6Mw-HAAUbU

Technologies used:

HTML, CSS, Bootstrap, JavaScript, PHP, MySQL, Apache.

To run this on your localhost:

  1. Install xampp software
  2. Start Apache and MySQL
  3. Clone this repo into C:\xampp\htdocs in windows or relevent folder in your os. If using wamp, clone in www folder.
  4. Open browser and go to localhost - > phpmyadmin page
  5. Add a new db named 'ecom'.
  6. Go the the Import tab and import the ecom.sql.zip file.
  7. Go to http://localhost/ecom/landing/lp.php