0% found this document useful (0 votes)
120 views6 pages

Food Delivery Management System

The Food Delivery Management System is designed to streamline online food ordering, tracking, and delivery by connecting customers, restaurants, and delivery agents. It utilizes technologies such as Java, Spring Boot, and MySQL to enhance operational efficiency and user experience. The system includes key entities like Customer, Restaurant, Food_Item, Order, and Order_Item to manage data effectively.

Uploaded by

saarthak22305
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views6 pages

Food Delivery Management System

The Food Delivery Management System is designed to streamline online food ordering, tracking, and delivery by connecting customers, restaurants, and delivery agents. It utilizes technologies such as Java, Spring Boot, and MySQL to enhance operational efficiency and user experience. The system includes key entities like Customer, Restaurant, Food_Item, Order, and Order_Item to manage data effectively.

Uploaded by

saarthak22305
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Food Delivery Management

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

You might also like