Add unit 3 content

This commit is contained in:
Elena Oresharova
2020-03-22 11:55:22 +01:00
parent 6a9a1bc4d6
commit 8233703815
63 changed files with 28 additions and 1542 deletions

View File

@@ -10,5 +10,12 @@
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"cds": {
"requires": {
"db": {
"kind": "sql"
}
}
}
}
}