https://github.com/mehmetbacik/e-commerce
Coding of e-commerce struct with Html, CSS, Bootstrap, SQL, and PHP.
https://github.com/mehmetbacik/e-commerce
bootstrap css html less php sass scss sql
Last synced: about 1 month ago
JSON representation
Coding of e-commerce struct with Html, CSS, Bootstrap, SQL, and PHP.
- Host: GitHub
- URL: https://github.com/mehmetbacik/e-commerce
- Owner: mehmetbacik
- License: mit
- Created: 2023-04-09T19:32:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T19:55:27.000Z (over 2 years ago)
- Last Synced: 2023-09-28T23:11:00.132Z (over 2 years ago)
- Topics: bootstrap, css, html, less, php, sass, scss, sql
- Language: PHP
- Homepage:
- Size: 18.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# E-Commerce Website
This repository contains the source code of an E-Commerce website where products can be bought and sold. The project is built using modern web development technologies such as HTML, CSS, JavaScript, PHP, and SQL database. Additionally, it includes a dedicated admin panel.
## Features
- User-friendly and intuitive interface
- Detailed product catalog
- Shopping cart functionality for adding and removing items
- Secure payment processing
- User authentication and account management
- Responsive design for optimal viewing on various devices
## Admin Panel Features
- Product addition, editing, and deletion functionalities
- Order viewing and management capabilities
- User account management options
- Custom interface for content management
## Used Technologies
- HTML5
- CSS3
- JavaScript
- PHP
- SQL Database
## Running a PHP Developed Project Locally
In this guide, you can learn how to run a project developed with PHP locally, step by step. Below are the steps, from cloning the project to running it on a PHP server.
### Step 1: Clone the Repository
To clone the project, run the following commands:
```
git clone
```
```
cd
```
### Step 2: Open in Code Editor
Open the project in your preferred code editor or IDE. For example:
```
code .
```
### Step 3: Running on PHP Server
- If you don't have a PHP server installed on your computer, set up one using tools like XAMPP or WampServer.
- Move the project to the root directory of your PHP server (e.g., htdocs in XAMPP, www in WampServer).
- Create your database and configure connection settings to link the project to the database.
- Start the PHP server (e.g., start Apache and MySQL in XAMPP control panel).
- Open your browser and visit http://localhost/project-directory to run the project on your local PHP server.
## Sample SQL Table
Inside the repository, you'll find an ecommerce.sql file that contains a sample SQL table. You can use this table as a starting point for your project's database.
---
Website: [https://github.com/mehmetbacik/e-commerce](https://github.com/mehmetbacik/e-commerce)
Admin: [https://github.com/mehmetbacik/e-commerce/admin](https://github.com/mehmetbacik/e-commerce/admin)