A database-driven restaurant management system designed to handle orders, menu updates, and customer feedback efficiently. Built with PHP, MySQL, HTML, CSS, and JavaScript, it provides seamless restaurant operations with real-time tracking and authentication.
- 📌 Order Management – Tracks customer orders with timestamps and statuses.
- 📌 Dynamic Menu – Allows easy menu updates and categorization.
- 📌 Customer Feedback – Stores reviews for service improvement.
- 📌 Authentication System – Enables secure customer logins.
- 📌 Data Insights – SQL queries for analyzing order trends and popular items.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP, MySQL
The system consists of five key tables:
- Customers – Stores user details.
- Menu – Holds available food items.
- Orders – Tracks placed orders.
- Order_Items – Links menu items to orders.
- Feedback – Records customer reviews.
- Clone the repository:
git clone https://github.com/yourusername/zerrys-corner.git
- Import the database (
zerrys_corner.sql
) into MySQL. - Configure database connection in
config.php
. - Run the project on a local server (XAMPP/LAMP).