php-ecommerce
eCommerce
CSS
php-ecommerce
This is a E-commerce Management System built on top of PHP, HTML, CSS, JS , Bootstrap and Jquery.
Live Demo:
visit –
https://ecart.cf/
The Project is basically divided into two views – admin and user.
Admin can perform the following actions:
- Can Login.
- Create/delete/edit products.
- View orders/users/products.
- View issue tickets.
Users can perform the following actions:
- View Products.
- Add/Delete products from cart.
- Place orders.
- Can Login or signup.
- View order history.
- Raise Issue tickets.
Steps to setup project on your local machine or Server
- First clone the Repository.
- Move the project folder (i.e php-ecommerce folder) to server root directory. In most cases it would be www, public_html or htdocs.
- Create a database. And import the ‘ecart_db.sql’ file present in ‘./database/’ folder in the project directory.
- Open the config.php file in project root directory. And update the $db_name, $db_username, $db_password variables accordingly.
- That’s all everything’s ready now. Start your local server and open the url ‘localhost/php-ecommerce’ or type your domain in case you are on a server.
Logins
Admin :
username: admin ; password: admin
User:
email:
johndoe@gmail.com ; pass: 1234