A shopping portal where sellers can sell their products, people can buy them and track their orders. (Under development).
The e commerce portal was made using php & sql and has pretty minimal frontend design.
- Apache server for running php
- MySql for the database
Install XAMPP which comes with apache and mysql, it reduces the hassale of installing different software packages.
- Put the repository in your public directory of your Apache server.
- Create a database in MySql with the name
shopdb
. - Import the
shopdb.sql
file from the repository to MySql database which you just created. - Make sure Apache and MySql is running and render the
index.php
file or simply go to the urllocalhost/DIRECTORY_NAME