This commit is contained in:
Daniel
2020-03-08 12:42:33 +01:00
parent 84a815e7e6
commit 48fa640f5b
12 changed files with 65 additions and 9 deletions

21
reviews/readme.md Normal file
View File

@@ -0,0 +1,21 @@
# Reviews Service Sample
## Run all-in-one
Open a terminal window and run the bookshop in it:
```sh
npm run bookshop
```
## Run as separate services
Open two terminal windows, and in the first one start the reviews service stand-alone:
```sh
npm run reviews-service
```
In the the second one start the bookshop:
```sh
npm run bookshop
```