From b783f2d36cb8d38d8d5f93268c3dd38c5bacf01b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20=C4=8Cerpnjak?= Date: Wed, 20 Mar 2024 17:09:45 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e044dbf..f11f17c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ # Food Ordering System 📱 🚙 🍕 - -### TODO: -- RestaurantsAPI ## Overview This project serves as an example of food ordering system using a microservice approach. @@ -55,3 +52,18 @@ service OrderService { rpc Health (Empty) returns (Confirmation) {} } ``` + +## Restaurant Management API [Reactive REST] +Reactive REST api with reactive mongo db + +### How to run + +```console +~$ cd RestaurantManagementAPI +~$ docker-compose up +``` + +Restaurant Management REST API will be avaiable on ```grpc://localhost:8080```. + +### Unit Tests +Before running unit tests, ensure that you have a local MongoDB instance running on ```localhost:27017```.