Food Delivery Management System
Food Delivery Management System
System
A Presentation on System Design and
Implementation
Abstract
• The Food Delivery Management System is
designed to facilitate online food ordering,
tracking, and delivery management. It
connects customers, restaurants, and delivery
agents through an integrated platform
ensuring seamless operations and efficient
service delivery.
Introduction
• With the rise of digital platforms, food delivery
services have become essential. This system
helps manage orders, payments, and
deliveries efficiently, reducing manual effort
and enhancing user experience.
Software Used
• - Backend: Java, Spring Boot
• - Database: MySQL
• - Frontend: HTML, CSS, JavaScript
• - ER Modeling: draw.io
• - Development Environment: Eclipse/IntelliJ
Entities (Schema)
• - **Customer** (Customer_ID, Name, Email,
Phone, Address)
• - **Restaurant** (Restaurant_ID, Name,
Location, Contact)
• - **Food_Item** (Item_ID, Name, Price,
Category, Restaurant_ID)
• - **Order** (Order_ID, Order_Date, Status,
Customer_ID, Restaurant_ID)
• - **Order_Item** (Order_Item_ID, Order_ID,
Item_ID, Quantity)
ER Diagram