# Restaurant Management System ## Introduction The Restaurant Management System is a web-based application designed for small and medium-scale restaurant businesses. It allows restaurant owners to share their menu online, enabling users to browse food items, add them to a cart, and place orders using Cash on Delivery (COD) or QR Code payment. ## Features - **Admin Panel**: Manage settings, food items, and orders. - **Food Menu Management**: Add, update, or delete unlimited food items. - **Order Processing**: Track and update order statuses in real time. - **WhatsApp Notification**: Instant alerts for new orders (API integration required). - **User-Friendly Interface**: Simple navigation for both customers and administrators. ## Installation Guide 1. Unzip the `RestaurantManagementSystem` directory. 2. Import the database file `db_restaurant.sql` into phpMyAdmin. 3. Update database credentials in `DB/connection.php`. 4. Access the system: - Localhost: `https://localhost/RestaurantManagementSystem/menu.php` - Live Server: `https://yourdomain.com/RestaurantManagementSystem/menu.php` ## Admin Login - **URL**: `https://localhost/RestaurantManagementSystem/admin/index.php` - **Email**: `admin@admin.com` - **Password**: `1234` ## Support For issues or inquiries, contact support@restaurantms.com. ## License This software is provided under the MIT License. See `LICENSE.txt` for details.