Skip to content

This is a MySQL Database Engineering project sponsored by Meta

Notifications You must be signed in to change notification settings

mmkon095/Little-Lemon-Database

Repository files navigation

Little Lemon Restaurant - Capstone Project

The purpose of this project is to help Little Lemon manage their database by adding sales reports and creating a table booking system using mySQL. Little Lemon needs to build a robust relational database system in MySQL in which they can store large amounts of data. They then need to easily manage and find this data as required. This database system should maintain information about the following aspects of the business:


  • Bookings - To store information about booked tables in the restaurant including booking id, date and table number.
  • Orders - To store information about booked tables in the restaurant including booking id, date and table number.
  • Order delivery status - To store information about the delivery status of each order such as delivery date and status.
  • Menu - To store information about cuisines, starters, courses, drinks and desserts.
  • Customer details - To store information about the customer names and contact details.
  • Staff information - Including role and salary.

Database Model

ERDIAGRAM

A normalized ER diagram (that adheres to 1NF, 2NF and 3NF) with relevant relationships to meet the data requirements of Little Lemon developed using MySQL Wokrbench.