An open API service indexing awesome lists of open source software.

https://github.com/vinitshahdeo/e-commerce-website

E-Commerce website developed while completion of Udemy course
https://github.com/vinitshahdeo/e-commerce-website

ecommerce mysql php website

Last synced: 10 months ago
JSON representation

E-Commerce website developed while completion of Udemy course

Awesome Lists containing this project

README

          

# E-Commerce Website

### E-Commerce website developed while completion of Udemy course

## Instructions

Copy the folder to www directory of WAMP folder. Afetr this, the following steps can be taken in order to use the source code correctly:

1) Go to localhost/phpmyadmin

2) Create a new Database named "ecommerce"

3) In import the file ecommerce.sql to the newly created database which is in this folder.

4) Now visit localhost/ecommerce, and you'll see the project is working fine on your browser.

5) All done!