/FoodOrderServiceJavaSQL

School project for database class. A food ordering app that allows customers to order food. The orders will be displays to the users who log in as employees.

Primary LanguageJava

Java SQL food ordering application

A class project for Databases.
A food ordering application that allows dinning hall orders to be created and viewed.
The application is split into two sides; customer and employee.
The customers create orders which are stored in the SQL database. The empoyees can view the orders and mark them as completed at which point which will dequeue them from the list. Empoloyees can also mark ingredients as out of stock which prohibits the customers from adding it to thier order.

To run the application compile and run Start.java