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
- Host: GitHub
- URL: https://github.com/vinitshahdeo/e-commerce-website
- Owner: vinitshahdeo
- License: mit
- Created: 2017-11-06T10:50:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T07:41:02.000Z (over 8 years ago)
- Last Synced: 2025-06-03T16:28:03.528Z (about 1 year ago)
- Topics: ecommerce, mysql, php, website
- Language: PHP
- Size: 72.3 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!