The Drone Food Delivery Service provides various functionalities for all parties: the end customer, the restaurant, and the drone operator. The customer can create an order, and the restaurant can forward it to the drone service, which will distribute the order to the available drones using a Message Queue. Users can utilize a convenient web client interface, and drone operators can track drones and customer orders via another web interface.
-
DockerandDocker compose plugin
git clone [email protected]:Kesha123/drone-food-delivery-service.git
cd drone-food-delivery/
bash jwt-setup.bash
docker compos up
You can get acquainted with the project deeply by reading report.pdf.