Restaurant Delivery
Genre: Programming
Date: 2010-07-30
Language: Java

This small program is a prototype of an ordering and delivery system letting a client order food from one or multiple restaurants and a delivery man access placed orders by clients in order to be delivered. As indicated precedently, the program is divided in two main sections that can be accessed by a simple login. First, there's a client section that can used by a client. In this section, the client can access a list of participating restaurants each with their own meals and place an order to be delivered at a selected address, date and time. As of the delivery section, it can be used by the delivery man to select one placed order showing on a map a path that can be used from its location, the restaurants and the client's address.


Download