{"id":23146866,"url":"https://github.com/gichbuoy/e-commerce-store","last_synced_at":"2025-05-07T23:22:19.824Z","repository":{"id":185423555,"uuid":"673519410","full_name":"Gichbuoy/E-Commerce-Store","owner":"Gichbuoy","description":"Food Ordering Ecommerce Store with PayPal Payment and Admin Panel in PHP, MySQL, Bootstrap and PDO","archived":false,"fork":false,"pushed_at":"2023-11-03T20:22:43.000Z","size":15769,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T15:10:34.845Z","etag":null,"topics":["bootstrap","css","javascript","mysql","pdo-php","php8","scss"],"latest_commit_sha":null,"homepage":"https://groceries.teguhrianto.my.id/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gichbuoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-08-01T20:17:09.000Z","updated_at":"2024-12-08T11:43:32.000Z","dependencies_parsed_at":"2023-11-03T22:30:29.298Z","dependency_job_id":null,"html_url":"https://github.com/Gichbuoy/E-Commerce-Store","commit_stats":null,"previous_names":["gichbuoy/e-commerce-store"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gichbuoy%2FE-Commerce-Store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gichbuoy%2FE-Commerce-Store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gichbuoy%2FE-Commerce-Store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gichbuoy%2FE-Commerce-Store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gichbuoy","download_url":"https://codeload.github.com/Gichbuoy/E-Commerce-Store/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252969049,"owners_count":21833402,"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","css","javascript","mysql","pdo-php","php8","scss"],"created_at":"2024-12-17T16:39:06.633Z","updated_at":"2025-05-07T23:22:19.804Z","avatar_url":"https://github.com/Gichbuoy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Food Ordering Ecommerce Store with PayPal Payment and Admin Panel\nThis **E-Commerce Store** is a dynamic web application.\n The application is developed using PHP for server-side scripting, MySQL for database management, Bootstrap for front-end design, and PDO (PHP Data Objects) for database connectivity.\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/74de2307-6c91-46cc-b2f6-b1afcae8b07d/deploy-status)](https://app.netlify.com/sites/groceries-store-bs4/deploys)\n\n## Demo\n[See DEMO](https://groceries.teguhrianto.my.id)\n\n## Features\n* User Registration and Authentication.\n* Browse and Search Food Items\n* Add Food Items to Cart\n* View Cart and Proceed to Checkout\n* PayPal Payment Integration for Secure Transactions\n* Admin Panel to Manage Food Items, Orders, and Users\n\n\n## Requirements\n* PHP 7 or higher\n* MySQL database\n* Web server (e.g., Apache, Nginx)\n* Xampp\n* PayPal Developer Account for Sandbox/Production API credentials\n\n\n## Ideas and Suggestions\nPlease kindly mail me at [lexizgichbuoy@gmail.com](mailto:lexizgichbuoy@gmail.com])\n\n\n## Installation\nClone the repository to your web server's root directory:\n```\ngit clone https://github.com/Gichbuoy/E-commerce-Store.git\n```\n\n1. Create a new MySQL database for the application and import the database.sql file to set up the required tables.\n\n2. Update the database credentials in [config.php](https://github.com/Gichbuoy/E-Commerce-Store/blob/main/config/config.php)\n\n```\n\u003c?php\ndefine('DB_HOST', 'your-database-host');\ndefine('DB_NAME', 'your-database-name');\ndefine('DB_USER', 'your-database-username');\ndefine('DB_PASSWORD', 'your-database-password');\n?\u003e\n```\n\nSet up your PayPal API credentials with your own sandbox Business account app client ID in [charge.php](https://github.com/Gichbuoy/E-Commerce-Store/blob/main/products/charge.php)\n```\n\u003cdiv class=\"container\"\u003e\n                \u003cscript src=\"Your paypal API credentials \"\u003c/script\u003e\n            \u003c/div\u003e\n```\n\nStart your web server and access the application in your web browser.\n\n## Directory Structure\n```\nE-Commerce-Store/\n|   404.php\n|   about.php\n|   contact.php\n|   faq.php\n│   index.php\n|   LICENSE\n|   shop.php\n│\n├───admin-panel\n│       admins\n│       category-admins\n│       layouts\n│       orders-admins\n│       product-admins\n|       styles\n|       index.php\n│\n├───auth\n|       login.php\n|       logout.php\n|       register.php\n│\n|───config\n|       config,php\n|\n├───includes\n│       footer.php\n│       header.php\n│\n|───products\n|       cart.php\n|       charge.php\n|       checkout.php\n|       delete-product.php\n|       detail-product.php\n|       success.php\n|       update-product.php\n|\n|───users\n|       setting.php\n|       transaction.php\n```\n\n## Contributing\nPull requests are welcome. For major changes or feature requests, please open an issue first to discuss what you would like to change.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/Gichbuoy/E-Commerce-Store/blob/main/LICENSE) file for details.\n\n## Acknowledgments\n\nThanks to the PHP, MySQL, Bootstrap, and PDO communities for their excellent tools and libraries.\nI would also like to thank my instructor Mohamed Hassan for the help and guide in building this project\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgichbuoy%2Fe-commerce-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgichbuoy%2Fe-commerce-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgichbuoy%2Fe-commerce-store/lists"}