Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blaz-cerpnjak authored Mar 20, 2024
1 parent e87b1b4 commit b783f2d
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 b783f2d

Please sign in to comment.