← Back to CS Projects
MySQL · Database Design · Systems Engineering

DRONE GROCERY
DELIVERY DATABASE

Database Design MySQL EER Diagrams SQL Complete

A fully designed and implemented relational database system for a drone-based grocery delivery service — modelling orders, delivery routes, drone fleet management, and inventory from EER diagram through to optimised MySQL implementation.

Overview

This project designed and implemented a complete relational database system for a hypothetical drone-based grocery delivery service. The scope covered the full design pipeline: starting with requirements analysis, then modelling the domain as an Enhanced Entity-Relationship (EER) diagram, and finally implementing and optimising the database in MySQL.

The domain required modelling complex relationships between customers, orders, drone fleet status, delivery routes, and store inventory — with constraints that reflect real operational requirements like drone capacity, route uniqueness, and inventory consistency.

Key Features & Techniques