https://github.com/ramadhani-yassin/grocery-app
Grocery App having Android App Customer Side and Admin web based panel for Managing orders
https://github.com/ramadhani-yassin/grocery-app
android applications grocery ordering smart
Last synced: 12 months ago
JSON representation
Grocery App having Android App Customer Side and Admin web based panel for Managing orders
- Host: GitHub
- URL: https://github.com/ramadhani-yassin/grocery-app
- Owner: Ramadhani-Yassin
- Created: 2025-04-07T13:30:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-18T15:01:49.000Z (about 1 year ago)
- Last Synced: 2025-04-19T13:59:29.790Z (about 1 year ago)
- Topics: android, applications, grocery, ordering, smart
- Language: Java
- Homepage:
- Size: 83.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛒 Grocery Store Management System
A powerful **Grocery Management System** designed for **modern retail businesses**, developed by **Resilient Matrix Technologies (RM TECH)**. Built with **PHP**, **MySQL**, and **Android (Java)**, this system streamlines inventory, orders, and deliveries while offering real-time tracking for customers and administrators.
---
## 🌟 Key Features
### **Admin CMS Features**
- **Dashboard Overview** - Sales analytics and quick actions
- **Product Management**
- Add/Edit grocery items
- Organize by categories (Fruits, Vegetables, Dairy, etc.)
- **Order Pipeline**
- Track orders (Pending → Preparing → On Delivery → Completed)
- **Customer Management** - View order history and contact details
- **Promotions** - Create special offers and discounts
### **Android App Features**
- **Browse Groceries** - Filter by categories or search
- **Order Tracking** - Real-time status updates
- **Secure Checkout** - Multiple payment options
- **Order History** - View past purchases and receipts
---
## 🚀 Quick Start
### **1️⃣ Clone the repository**
```bash
git clone https://github.com/Ramadhani-Yassin/Grocery-App.git
cd Grocery-App
```
### **2️⃣ Backend Setup (PHP/MySQL)**
1. Import database:
```bash
mysql -u root -p grocery < healthykitchendb.sql
```
2. Configure database:
```bash
cp admin/includes/config.example.php admin/includes/config.php
```
Edit with your credentials.
### **3️⃣ Android App Setup**
1. Open `Grocery-App/Android` in **Android Studio**
2. Update API base URL in:
`app/src/main/java/com/rmtech/grocery/utils/ApiClient.java`
```java
public static final String BASE_URL = "http://your-domain.com/app/";
```
3. Build and run (Android 5.0+ required)
---
## 💡 Contributing
We welcome contributions! 🚀 If you'd like to improve this grocery system:
✅ Submit a **Pull Request (PR)**
✅ Open an **Issue** for bugs or feature requests
---
## 📄 License
MIT License © [Resilient Matrix Technologies](LICENSE)
---
## 🏆 Developed by
**Resilient Matrix Technologies (RM TECH)**
**Empowering Businesses with Smart Tech & Financial Solutions | EST. 29 Nov 2022**
---