A full-featured grocery e-commerce platform with product catalogue, cart, order management, and an admin analytics dashboard.
Built during internship at Success Innovation Technologies.
- Product catalogue with category filtering and inventory tracking
- Cart and checkout with order placement
- Order history and status management
- Admin dashboard with stock analytics and sales reporting
- Relational MySQL schema: products, users, cart, orders, inventory
- Complex SQL joins for admin reporting and order history queries
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS, JavaScript |
| Backend | PHP |
| Database | MySQL (via XAMPP) |
Prerequisites: XAMPP
- Clone or download this repository
- Copy the project folder into
C:/xampp/htdocs/ - Unzip the
css,images, andjsfolders in place - Open phpMyAdmin, create a database named
shop_db, and import the provided.sqlfile - Start Apache and MySQL from the XAMPP Control Panel
- Navigate to
http://localhost/GreenBasket/Login.php