A SQL database project for managing an online grocery store. It includes customer management, shopkeeper inventory, order placement, and analytics.
- MySQL
- phpMyAdmin or MySQL Workbench
- XAMPP or any MySQL-compatible local server
schema.sql
– contains all table definitionssample_data.sql
– includes sample inserts for testingqueries.sql
– demo queries for testing the system
- Import
schema.sql
into your MySQL database. - Run
sample_data.sql
to populate tables. - Use
queries.sql
to explore the system.
Ideal for academic projects and as a backend blueprint for a hyper-local e-commerce platform like PadosiMart.
A complete MySQL backend for SmartGrocery—built for hyperlocal e-commerce platforms like PadosiMart. Includes a scalable schema, rich sample data, and queries for order tracking, inventory, and customer analytics.