cleaned up

This commit is contained in:
Daniel
2020-03-02 08:29:49 +01:00
parent cb066233c9
commit c6eb21ec51
26 changed files with 140 additions and 122 deletions

View File

@@ -1 +0,0 @@
PORT = 5005

View File

@@ -28,4 +28,4 @@ type Rating : Decimal(3,2) enum {
entity Likes {
key review : Association to Reviews;
key user : User;
}
}

View File

@@ -4,17 +4,14 @@
"description": "A reuse service providing generic means to add reviews and ratings to target objects, e.g. products.",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
},
"scripts": {
"start": "cds run --in-memory?",
"watch": "cds watch"
},
"files": [
"db",
"srv",
"index.cds"
],
"scripts": {
"watch": "PORT=5005 cds watch"
},
"cds": {
"requires": {
"db": {