A composite app of
- bookshop – a simple primer app
- reviews - a generic reuse service
- orders - a generic reuse service
- common - a reuse content package
- SAP Fiori Elements UIs
git clone https://github.com/capire/bookstore
cd bookstore
npm installThis repository uses the github npm registry for the
@capirescope. You may need to login using a github personal access token with scoperead:packages.npm login --scope @capire --registry=https://npm.pkg.github.com
cds watch bookstoreThis @capire/bookstore sample demonstrates the consumption of external services via the ReviewsService and OrdersService. Therefore, remove the "kind": "odata" entries in package.json if you want to deploy this project as a monolith.
To deploy the microservices separately in a modulith deployment, refer to the enclosing samples monorepo and its deployment and pipeline configuration.
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.