An open API service indexing awesome lists of open source software.

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!"

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**
![1](https://github.com/user-attachments/assets/5582cb2a-b361-4225-bbd3-09f7151c05d9)

**Another view from the homepage**
![2](https://github.com/user-attachments/assets/467d3332-35d0-49d1-904e-7fbbc8be0ecb)

**A view from the categories**
![3](https://github.com/user-attachments/assets/d40b4311-b07d-4b0f-9aca-b76dd976814d)

**A view from a product**
![4](https://github.com/user-attachments/assets/51b805c9-16c7-42af-a21b-87e08b5539bc)

**A view from the admin panel**
![5](https://github.com/user-attachments/assets/f54aa316-8b8f-49e8-9e58-e2129c160d4b)

**A view from product management**
![6](https://github.com/user-attachments/assets/3f9587ad-0180-442d-9a35-e0685501f162)

## 🛒 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.