add content for openSAP course week1 unit4

This commit is contained in:
d045778
2020-01-30 17:30:03 +01:00
parent 21265e1138
commit d612b7bc0c
9 changed files with 1029 additions and 80 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "@sap/capire-bookshop",
"name": "bookshop",
"version": "1.0.0",
"description": "A simple bookshop application, build in a self-contained all-in-one fashion, i.e. w/o reusing other packages.",
"license": "SAP SAMPLE CODE LICENSE",
"description": "A simple CAP project.",
"repository": "<Add your repository here>",
"license": "ISC",
"dependencies": {
"@sap/cds": "latest",
"express": "*"
"@sap/cds": "^3",
"express": "^4"
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
"start": "npx cds run"
}
}