Skip to content

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.

Notifications You must be signed in to change notification settings

DomGarguilo/FoodOrderServiceJavaSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages