Compare commits

..

8 Commits

Author SHA1 Message Date
Christian Georgi
359bfebcac Update README.md 2020-04-20 17:11:12 +02:00
Christian Georgi
569546258d Add package-lock.json, fix readme 2020-04-02 16:13:48 +02:00
Christian Georgi
36981144d5 Update readme 2020-03-23 17:10:48 +01:00
D065023
66e043294f rm other packages 2020-03-20 10:53:45 +01:00
Dr. David Kunz
6f79882c57 Update package.json 2020-02-11 11:49:50 +01:00
D065023
62c11dee1a rm req 2020-01-29 15:21:32 +01:00
D065023
7ef5034b3e rm amqp 2020-01-29 15:20:42 +01:00
D065023
a8dee62f25 imported 2020-01-29 15:19:53 +01:00
4 changed files with 5696 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ In SAP Business Application Studio, open a terminal.
Then clone the repo with this specific branch:
```sh
git clone https://github.com/sap-samples/cloud-cap-samples projects/cloud-cap-samples -b openSAP-week4-unit1
git clone https://github.com/sap-samples/cloud-cap-samples projects/cloud-cap-samples -b openSAP-week4-unit1-final
cd projects/cloud-cap-samples
```

View File

@@ -13,5 +13,13 @@
},
"scripts": {
"start": "npx cds run"
},
"cds": {
"requires": {
"API_BUSINESS_PARTNER": {
"kind": "odata",
"model": "srv/external/API_BUSINESS_PARTNER"
}
}
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff