Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak committed Mar 26, 2024
2 parents c4ab147 + b783f2d commit 71b98a8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Food Ordering System 📱 🚙 🍕

### TODO:
- RestaurantsAPI

## Overview
This project serves as an example of food ordering system using a microservice approach.
Expand Down Expand Up @@ -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```.

0 comments on commit 71b98a8

Please sign in to comment.