REPOSITORY OVERVIEWLive repository statistics
★ 3Stars
⑂ 2Forks
◯ 0Open issues
◉ 3Watchers
77/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
100 Community adoption25% weight
9 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Grocery Website
A website to demonstrate e-commerce for a Grocery Store, built with plain PHP and MySQL (Bootstrap 3 / jQuery front end, no framework or build step for the PHP code).
Prerequisites
- PHP (with the
mysqli extension)
- MySQL
Setup
- Clone the repository and serve the project root, e.g. with PHP's built-in server:
php -S localhost:8000
- Create the database schema by importing
grocery.sql into MySQL. This drops and recreates the grocery database with the customer, product_details, cart, and address_details tables.
- Copy
php/config.example.php to php/config.php and fill in real values:
php/config.php is gitignored — never commit real secrets to this file's tracked counterpart.
- Product data can be bulk-loaded from the admin panel (
/admin, login required) via CSV upload — see product_details.csv for the expected format.
License
MIT — see LICENSE.
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This is a simple online shopping web application that I developed for an assignment of the bachelor's degree. For the front-end, a HTML + CSS template has been used while the backend has been developed using PHP, MYSQL, AJAX, jQuery & etc. Sharing this for the purpose of beginners to use this as reference to work on their own projects...
45/100 healthActive repository
PHPMIT#admin-dashboard#e-commerce#ecommerce#ecommerce-shopping-solution
⑂ 1 forks◯ 1 issuesUpdated Dec 19, 2025
BrainShare's mission is to create a community of FEUP students that allows them to easily obtain an answer to their questions regarding their curricular subject.
21/100 healthActive repository
PHPNo license#ajax#backend#blade#bootstrap
⑂ 1 forks◯ 2 issuesUpdated Jun 22, 2023