https://github.com/anou1234/ecommerce_app
Fully functional ecommerce app with admin panel made with html , css, js and using PHP for backend
https://github.com/anou1234/ecommerce_app
css ecommerce ecommerce-website for-beginners fully-functional-website html javascript php
Last synced: 8 days ago
JSON representation
Fully functional ecommerce app with admin panel made with html , css, js and using PHP for backend
- Host: GitHub
- URL: https://github.com/anou1234/ecommerce_app
- Owner: anou1234
- License: apache-2.0
- Created: 2022-12-26T17:49:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T18:25:38.000Z (over 2 years ago)
- Last Synced: 2025-03-29T15:21:57.943Z (about 1 month ago)
- Topics: css, ecommerce, ecommerce-website, for-beginners, fully-functional-website, html, javascript, php
- Language: PHP
- Homepage:
- Size: 1.64 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ecommerce_app
Fully functional ecommerce app with admin panel made with html , css, js and using PHP for backendTo run the website, first [import](https://www.cs.virginia.edu/~up3f/cs4750/supplement/DB-setup-xampp.html) the database file into your xampp and download the project folder.
If you have [Xampp](https://www.apachefriends.org/download.html) already installed in your system, then:
Start your xampp, and type :
```bash
http://localhost/Ecommerce-app-h/index.php -to access the homepage of the website (replace the path after localhost with therelative path of your index.php file if stored in another location)
http://localhost/Ecommerce-app-h/admin/login.php -to access admin login page (use admin login details
provided in LOGIN DETAILS & PROJECT INFO.txt)
```
#### The website allows new user registration , login and view cart facility , also the admin can view ,modify,
#### manage new orders, existing product stock and new admins access.