{"id":25538846,"url":"https://github.com/fuatsimsek/primefit","last_synced_at":"2026-04-10T01:03:25.278Z","repository":{"id":278435266,"uuid":"935600586","full_name":"fuatsimsek/primefit","owner":"fuatsimsek","description":"💪 \"Gelişmiş supplement satış platformu – Protein, L-Carnitine ve enerji takviyeleri için modern e-ticaret sitesi. PHP \u0026 MySQL destekli, kullanıcı dostu arayüz!\"","archived":false,"fork":false,"pushed_at":"2025-02-19T18:32:56.000Z","size":6125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T19:30:04.225Z","etag":null,"topics":["bootstrap","css3","ecommerce","html5","javascript","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fuatsimsek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-19T17:54:34.000Z","updated_at":"2025-02-19T18:37:45.000Z","dependencies_parsed_at":"2025-02-19T19:30:16.244Z","dependency_job_id":null,"html_url":"https://github.com/fuatsimsek/primefit","commit_stats":null,"previous_names":["fuatsimsek/primefit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuatsimsek%2Fprimefit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuatsimsek%2Fprimefit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuatsimsek%2Fprimefit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fuatsimsek%2Fprimefit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fuatsimsek","download_url":"https://codeload.github.com/fuatsimsek/primefit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239781118,"owners_count":19695962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css3","ecommerce","html5","javascript","mysql","php"],"created_at":"2025-02-20T05:24:20.500Z","updated_at":"2025-12-30T22:59:15.792Z","avatar_url":"https://github.com/fuatsimsek.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏋️‍♂️ Supplement Sales Platform\n\nThis 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.\n\n## 🚀 Features\n- 🟢 User login and registration system\n- 🟢 Add, edit, and delete supplements (Admin Panel)\n- 🟢 Product details and descriptions\n- 🟢 Add to cart and purchase operations\n- 🟢 User-friendly interface\n- 🟢 Mobile compatible\n\n## 🛠️ Technologies Used\n- **Frontend:** HTML, CSS, Bootstrap, Javascript\n- **Backend:** PHP\n- **Database:** MySQL (managed via phpMyAdmin)\n- **Server:** WampServer\n\n## 📦 Installation\n1. **Download and install WampServer:** [WampServer](https://www.wampserver.com/)\n2. **Copy project files** into `C:/wamp64/www/`.\n3. **Database Connection:**\n   - 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.\n\n   Steps:\n   - Download the `primefit.sql` file and import it into your database management system (MySQL, PostgreSQL etc.).\n   - Run the SQL file:\n\n     If you are using MySQL, you can execute the following command via the MySQL terminal or GUI:\n     ```\n     SOURCE path/to/primefit.sql;\n     ```\n     The database will be created with the required tables and data for the project.\n\n   - Make sure you have the correct permissions and your database environment is set up properly before importing the file.\n\n   - Use the following code in your relevant PHP file to connect to the database:\n     ```php\n     \u003c?php\n     // Database connection\n     $servername = \"localhost\";\n     $username = \"root\";\n     $password = \"\";\n     $dbname = \"primefit\";\n     ?\u003e\n     ```\n     And create a database named `primefit` and the related tables in phpMyAdmin on WampServer.\n\n4. **Run the project:**\n   - In your browser, navigate to `http://localhost/primefit`\n\n## 📸 Screenshots\n\n**A view from the homepage**\n![1](https://github.com/user-attachments/assets/5582cb2a-b361-4225-bbd3-09f7151c05d9)\n\n**Another view from the homepage**\n![2](https://github.com/user-attachments/assets/467d3332-35d0-49d1-904e-7fbbc8be0ecb)\n\n**A view from the categories**\n![3](https://github.com/user-attachments/assets/d40b4311-b07d-4b0f-9aca-b76dd976814d)\n\n**A view from a product**\n![4](https://github.com/user-attachments/assets/51b805c9-16c7-42af-a21b-87e08b5539bc)\n\n**A view from the admin panel**\n![5](https://github.com/user-attachments/assets/f54aa316-8b8f-49e8-9e58-e2129c160d4b)\n\n**A view from product management**\n![6](https://github.com/user-attachments/assets/3f9587ad-0180-442d-9a35-e0685501f162)\n\n## 🛒 Usage\n- Users can **register and log in** to browse and purchase products.\n- Products can be added to cart and **purchased**.\n- **Product management** can be performed through the admin panel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuatsimsek%2Fprimefit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuatsimsek%2Fprimefit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuatsimsek%2Fprimefit/lists"}