https://github.com/swappy514/smartgrocery_sql_backend
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.
https://github.com/swappy514/smartgrocery_sql_backend
database ecommerce mysql open-source padosimart sql
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/swappy514/smartgrocery_sql_backend
- Owner: Swappy514
- License: mit
- Created: 2025-04-20T10:16:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-20T10:57:06.000Z (about 1 year ago)
- Last Synced: 2025-04-20T11:54:53.985Z (about 1 year ago)
- Topics: database, ecommerce, mysql, open-source, padosimart, sql
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartGrocery: E-Commerce SQL Database
A SQL database project for managing an online grocery store. It includes customer management, shopkeeper inventory, order placement, and analytics.
## 🔧 Technologies
- MySQL
- phpMyAdmin or MySQL Workbench
- XAMPP or any MySQL-compatible local server
## 📁 Files
- `schema.sql` – contains all table definitions
- `sample_data.sql` – includes sample inserts for testing
- `queries.sql` – demo queries for testing the system
## 🧪 How to Use
1. Import `schema.sql` into your MySQL database.
2. Run `sample_data.sql` to populate tables.
3. Use `queries.sql` to explore the system.
## 📌 Use Case
Ideal for academic projects and as a backend blueprint for a hyper-local e-commerce platform like PadosiMart.
# SmartGrocery_SQL_Backend
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.