From dd148254ca22b93be7d3f519dbb3b95bfafa26f2 Mon Sep 17 00:00:00 2001 From: Fab Huang <50105554+FabioMiguel2000@users.noreply.github.com> Date: Sun, 21 Apr 2024 13:22:24 +0100 Subject: [PATCH 1/2] Added demonstration video to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9c1af66a..1805461f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A cafeteria – the Acme Café – intends to implement a more efficient orderin The idea is for the customers compose previously their orders in the app, choosing items from a menu and their quantities, and transmit them, together with possible vouchers and identification data, to a terminal inside the house. After that, the customers only need to collect the ordered items at the counter when they are ready. +## Demonstration Video + +https://github.com/FabioMiguel2000/Acme-Caf-Order-System/assets/50105554/dc386684-2fd6-40fc-ac47-e690bd5ef79e + ## Installing the Software Dependencies To prepare your computer for development you need to install [Docker Desktop](https://www.docker.com/products/docker-desktop/). @@ -66,3 +70,6 @@ If you are running on an emulator you can keep with the default base URL: ```bash apiBaseUrl=http://10.0.2.2:3000/api/ ``` + + + From 29fb9b69763e3628f945182db4e017819a0df7a5 Mon Sep 17 00:00:00 2001 From: Fab Huang <50105554+FabioMiguel2000@users.noreply.github.com> Date: Sun, 21 Apr 2024 13:33:40 +0100 Subject: [PATCH 2/2] Added logo to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1805461f..45053e2d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Acme-Caf-Order-System +

+ + A cafeteria – the Acme Café – intends to implement a more efficient ordering and delivery system, supplying an Android app to its customers and incentivizing them to use it, through a loyalty campaign. The idea is for the customers compose previously their orders in the app, choosing items from a menu and their quantities, and transmit them, together with possible vouchers and identification data, to a terminal inside the house. After that, the customers only need to collect the ordered items at the counter when they are ready.