Garden Management System is a cross-platform mobile application built using .NET MAUI to enhance the shopping experience for gardening enthusiasts and corporate clients. This Android-focused app streamlines product browsing, order management, and payment processing for a local gardening center.
- User Authentication – Customers can log in using their name and phone number.
- Product Browsing & Shopping – Explore categories such as:
- Plants
- Tools
- Garden Care
Add or remove items from the shopping basket with ease.
- Order Management – Track your orders and view past purchases.
- Payment Options – Supports:
- Instant payments for individual customers
- Monthly billing for corporate clients
- Admin Dashboard – Manage products and monitor orders efficiently.
- Database Management – Admins can view and update product inventory and order details.
- SQLite is used to store:
- Users
- Products
- Orders
This ensures fast and reliable local data storage for both customers and admins.
- Framework: .NET MAUI
- Platform: Android (cross-platform ready)
- Database: SQLite
- Language: C#
- Simplified shopping experience for customers
- Efficient order tracking and management
- Seamless payment options for individuals and corporate clients
- Easy product management for store admins
- Clone the repository:
git clone https://github.com/yourusername/GardenManagementSystem.git
- 📖 Project Overview
- 🧪 Testing Guide
- 🛠️ Future Improvements (Coming Soon)