Files
cloud-cap-samples/reviews
Steffen Weinstock a524e419db use database constraints
... in bookshop, orders, reviews
+ update package.json and package-lock.json as db constraints
  requires latest cds
2021-12-21 10:09:09 +01:00
..
2020-12-17 16:39:06 +01:00
2021-11-08 13:19:12 +01:00
2021-11-08 13:19:12 +01:00
2021-11-04 10:37:33 +01:00
2021-12-21 10:09:09 +01:00

Reviews Service Sample

Run all-in-one

Open a terminal window and run the fiori app in it:

npm run fiori

Run as Separate Services

Open two terminal windows. In the first one start the reviews service stand-alone:

npm run reviews-service

In the second one start the fiori app:

npm run fiori