Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 796 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 796 Bytes

Pizza_Delivery_app

A console application that performs various CRUD operations on a mySQL 8.0 database.

This is the most recent schema of the database:

image

There are 2 types of users in the app

Admins - admins can make new entries for products(pizzas, drinks, desserts). When making a pizza they can select from predefined number of ingredients. (admins cannot add new ingredients) They can also view/delete customer's accounts and products.

Customers - They can view all the products of the restaurant and then choose what products they want to order. They can also view details of their current order such as what products are in it and how much is the total cost.