https://github.com/fuatsimsek/primefit
💪 "Gelişmiş supplement satış platformu – Protein, L-Carnitine ve enerji takviyeleri için modern e-ticaret sitesi. PHP & MySQL destekli, kullanıcı dostu arayüz!"
https://github.com/fuatsimsek/primefit
bootstrap css3 ecommerce html5 javascript mysql php
Last synced: 3 months ago
JSON representation
💪 "Gelişmiş supplement satış platformu – Protein, L-Carnitine ve enerji takviyeleri için modern e-ticaret sitesi. PHP & MySQL destekli, kullanıcı dostu arayüz!"
- Host: GitHub
- URL: https://github.com/fuatsimsek/primefit
- Owner: fuatsimsek
- Created: 2025-02-19T17:54:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T18:32:56.000Z (over 1 year ago)
- Last Synced: 2025-02-19T19:30:04.225Z (over 1 year ago)
- Topics: bootstrap, css3, ecommerce, html5, javascript, mysql, php
- Language: PHP
- Homepage:
- Size: 5.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏋️♂️ Supplement Sales Platform
This project is an e-commerce platform where users can purchase various supplement products. It offers a wide selection including energy sources, protein powders, L-Carnitine, and many other supplements, all with a modern and user-friendly interface.
## 🚀 Features
- 🟢 User login and registration system
- 🟢 Add, edit, and delete supplements (Admin Panel)
- 🟢 Product details and descriptions
- 🟢 Add to cart and purchase operations
- 🟢 User-friendly interface
- 🟢 Mobile compatible
## 🛠️ Technologies Used
- **Frontend:** HTML, CSS, Bootstrap, Javascript
- **Backend:** PHP
- **Database:** MySQL (managed via phpMyAdmin)
- **Server:** WampServer
## 📦 Installation
1. **Download and install WampServer:** [WampServer](https://www.wampserver.com/)
2. **Copy project files** into `C:/wamp64/www/`.
3. **Database Connection:**
- To set up the database for the project, use the `primefit.sql` file. This SQL file contains the necessary schema and data to initialize the database.
Steps:
- Download the `primefit.sql` file and import it into your database management system (MySQL, PostgreSQL etc.).
- Run the SQL file:
If you are using MySQL, you can execute the following command via the MySQL terminal or GUI:
```
SOURCE path/to/primefit.sql;
```
The database will be created with the required tables and data for the project.
- Make sure you have the correct permissions and your database environment is set up properly before importing the file.
- Use the following code in your relevant PHP file to connect to the database:
```php
```
And create a database named `primefit` and the related tables in phpMyAdmin on WampServer.
4. **Run the project:**
- In your browser, navigate to `http://localhost/primefit`
## 📸 Screenshots
**A view from the homepage**

**Another view from the homepage**

**A view from the categories**

**A view from a product**

**A view from the admin panel**

**A view from product management**

## 🛒 Usage
- Users can **register and log in** to browse and purchase products.
- Products can be added to cart and **purchased**.
- **Product management** can be performed through the admin panel.