Files
cloud-cap-samples/reviews
Vladislav Leonkev 737e766d53 Deploy on BTP (#793)
minimal changes required to deploy the CAP samples in _shared db_ mode:
- db: all bookshop, orders, reviews CDS models into one db instance (_shared-db_)
- services: bookstore, orders, reviews
- approuter with UI symlinks:
  - Vue: bookshop, reviews
  - Fiori: orders
 - authentification: xsuaa
 - messaging: Event Mesh
 - destinations: orders, reviews
- cds:
  - projection OrdersNoDraft for backend direct access
  - event OrderChanged
- deployment: mta.yml
2025-03-20 09:36:16 +01:00
..
2024-11-04 12:40:24 +01:00
2025-03-20 09:36:16 +01:00
2025-03-20 09:36:16 +01:00
2021-11-04 10:37:33 +01:00
2025-03-20 09:36:16 +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