This is a simple and unserious Java project made as a final project in school.
It's a restaurant order system that connects to a server. Clients can select what they want from a menu and then choose to send it to the kitchen. The kitchen can then see it and if it is done they can choose to delete the order.
I am going to be honest, it's very janky and unpolished but it works for what it is intended to do.
- Start the Server.
- Start Kitchen instance.
- Start Client instances.
- Hope it works.
- 10hd/Leon Project planning, Client and Server code.
- KNBNTIG/Kevin Flow chart, brainstorming, and Kitchen code.