From 4de60d6115ef0ac047b7ad19227e461c00ab5740 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 27 Mar 2025 08:05:26 +0100 Subject: [PATCH 1/6] readme.md aktualisieren --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 505cc7cd..2f17c25e 100644 --- a/readme.md +++ b/readme.md @@ -36,8 +36,9 @@ Click on the *[/vue](http:/localhost:4004/vue)* link at the top to display the b ## Get Help -- Visit the [*capire* docs](https://cap.cloud.sap) to learn about CAP, especially the [*Getting Started in a Nutshell*](https://cap.cloud.sap/docs/get-started/in-a-nutshell) guide. -- Visit our [*SAP Community*](https://answers.sap.com/tags/9f13aee1-834c-4105-8e43-ee442775e5ce) to ask questions and get help. +- Visit the [*capire* docs](https://cap.cloud.sap) to learn about CAP, ... +- especially the [*Getting Started in a Nutshell*](https://cap.cloud.sap/docs/get-started/in-a-nutshell) guide. +- Visit our [*SAP Community*](https://answers.sap.com/tags/9f13aee1-834c-4105-8e43-ee442775e5ce) to ask questions. ## License From 919b811235e03895c53488b3acfeaa2ff3fe97ab Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 27 Mar 2025 08:06:08 +0100 Subject: [PATCH 2/6] readme.md aktualisieren --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2f17c25e..2bb62051 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ Click on the *[/vue](http:/localhost:4004/vue)* link at the top to display the b ## Get Help - Visit the [*capire* docs](https://cap.cloud.sap) to learn about CAP, ... -- especially the [*Getting Started in a Nutshell*](https://cap.cloud.sap/docs/get-started/in-a-nutshell) guide. +- especially [*Getting Started in a Nutshell*](https://cap.cloud.sap/docs/get-started/in-a-nutshell). - Visit our [*SAP Community*](https://answers.sap.com/tags/9f13aee1-834c-4105-8e43-ee442775e5ce) to ask questions. From f21fbae5875fd3d3988c1c9f9fad37eec140e9c0 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 27 Mar 2025 08:09:13 +0100 Subject: [PATCH 3/6] readme.md aktualisieren --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2bb62051..0a3442f0 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ npm test npm start ``` -After download and setup this starts the bookshop app and opens a browser window on http://localhost:4004 looking like that: +After download and setup this starts the bookshop server and opens a browser window on http://localhost:4004 looking like that:

bookshop showing up in browser From 9b5aa61a1f9c928eb1a2d65aceeadff5ea557157 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 27 Mar 2025 09:26:22 +0100 Subject: [PATCH 4/6] Update readme.md --- readme.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 0a3442f0..b37b8cb2 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Find here a collection of samples for the [SAP Cloud Application Programming Mod ## Get Started -Assumed you did your [initial setup of CAP Node.js](https://cap.cloud.sap/docs/get-started/#setup), simply copy and paste these lines to a terminal for a jumpstart: +Assumed you did your [initial setup of CAP Node.js](https://cap.cloud.sap/docs/get-started/#setup), simply copy & paste these lines to a terminal for a jumpstart: ```sh git clone -q https://github.com/sap-samples/cloud-cap-samples cap/samples @@ -28,7 +28,18 @@ Click on the *[/vue](http:/localhost:4004/vue)* link at the top to display the b ## Grow as you go... -[See Overview of contained samples](samples.md): +After the jumpstart, have a look into the enclosed sub folders/projects, which are: + +- [bookstore](bookstore) - an app composing the below +- [bookshop](bookshop) – a simplistic [primer app](https://cap.cloud.sap/docs/get-started/in-a-nutshell) +- [reviews](reviews) - a generic reuse service +- [orders](orders) - a generic reuse service +- [common](common) - a reuse content package +- [fiori](fiori) - Fiori elements UIs for the bookstore +- [etc/*](etc) - Plugins adding cross-cutting concerns +- [test](test) - Tests for all the above + +> see also [samples.md](samples.md)

From 396fd050eff40fe825b2b0f92ee3ec48a57aaf67 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 27 Mar 2025 09:28:15 +0100 Subject: [PATCH 5/6] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b37b8cb2..bce75ce4 100644 --- a/readme.md +++ b/readme.md @@ -30,16 +30,16 @@ Click on the *[/vue](http:/localhost:4004/vue)* link at the top to display the b After the jumpstart, have a look into the enclosed sub folders/projects, which are: -- [bookstore](bookstore) - an app composing the below - [bookshop](bookshop) – a simplistic [primer app](https://cap.cloud.sap/docs/get-started/in-a-nutshell) - [reviews](reviews) - a generic reuse service - [orders](orders) - a generic reuse service - [common](common) - a reuse content package +- [bookstore](bookstore) - a composite app of the above - [fiori](fiori) - Fiori elements UIs for the bookstore - [etc/*](etc) - Plugins adding cross-cutting concerns - [test](test) - Tests for all the above -> see also [samples.md](samples.md) +> _see also [samples.md](samples.md)_

From 1c8b71fe1c53f63a477409344b76df22d1117b5c Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Thu, 27 Mar 2025 09:29:27 +0100 Subject: [PATCH 6/6] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index bce75ce4..2fcf9c83 100644 --- a/readme.md +++ b/readme.md @@ -18,7 +18,7 @@ npm test npm start ``` -After download and setup this starts the bookshop server and opens a browser window on http://localhost:4004 looking like that: +After download and setup this starts the bookshop server and opens a browser window on _http://localhost:4004_ looking like that:

bookshop showing up in browser @@ -54,4 +54,4 @@ After the jumpstart, have a look into the enclosed sub folders/projects, which a ## License -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](LICENSE) file. +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](LICENSE)_ file.