UA review
This commit is contained in:
@@ -3,19 +3,22 @@
|
||||
## Run all-in-one
|
||||
|
||||
Open a terminal window and run the bookshop in it:
|
||||
|
||||
```sh
|
||||
npm run bookshop
|
||||
```
|
||||
|
||||
|
||||
## Run as separate services
|
||||
## Run as Separate Services
|
||||
|
||||
Open two terminal windows. In the first one start the reviews service stand-alone:
|
||||
|
||||
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:
|
||||
In the second one start the bookshop:
|
||||
|
||||
```sh
|
||||
npm run bookshop
|
||||
```
|
||||
|
||||
@@ -57,7 +57,7 @@ Each sub directory essentially is an individual npm package arranged in an [all-
|
||||
- [@capire/reviews](reviews)
|
||||
- [@capire/orders](orders)
|
||||
- [@capire/common](common)
|
||||
- [Adds a SAP Fiori elements application](https://cap.cloud.sap/docs/guides/fiori/) to bookshop, thereby introducing to:
|
||||
- [Adds an SAP Fiori elements application](https://cap.cloud.sap/docs/guides/fiori/) to bookshop, thereby introducing to:
|
||||
- [OData Annotations](https://cap.cloud.sap/docs/guides/fiori#adding-odata-annotations) in `.cds` files
|
||||
- Support for [Fiori Draft](https://cap.cloud.sap/docs/guides/fiori#draft)
|
||||
- Support for [Value Helps](https://cap.cloud.sap/docs/guides/fiori#value-help)
|
||||
|
||||
Reference in New Issue
Block a user