How to install script on localhost:
-
Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP
scripts -
Download the code file or before download the code can view the code through
visual studio code and after can download the code -
After download the code Paste inside root directory (for xampp xampp/htdocs)
-
Open PHPMyAdmin (http://localhost/phpmyadmin)
-
Create a database and it named as (sparkle)
-
After create the database import the sql file of the sparkle clothing store (select sparkle database/import/choosefile(goto sparkle folder where you paste in your computer)/import
-
Run the script on your browser (http://localhost/sparkle/index.php)-frontend