You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cp-apm-nodejs-create-service/cp-apm-nodejs-create-service.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ With your installed CDS command line tool, you can now create a new CAP-based pr
138
138
139
139
2. Open Visual Studio Code, go to **File** **→** **Open** and choose the **`my-bookshop`** folder.
140
140
141
-
3. Go to **View** **→** **Command Palette** **→** **Terminal: Create New Integrated Terminal** to open a command line window within Visual Studio Code and run the following command in the root level of your project:
141
+
3. Go to **View** **→** **Command Palette** **→** **Terminal: Create New Terminal** to open a command line window within Visual Studio Code and run the following command in the root level of your project:
142
142
143
143
```Shell/Bash
144
144
npm install
@@ -219,12 +219,13 @@ After initializing the project, you should see the following empty folders:
219
219
```Shell/Bash
220
220
[cds] - connect using bindings from: { registry: '~/.cds-services.json' }
221
221
[cds] - connect to db > sqlite { database: ':memory:' }
[cds] - server listening on { url: 'http://localhost:4004' }
227
-
[cds] - launched at 03/03/2022, 15:47:28, in: 952.896ms
228
+
[cds] - launched at 18/05/2022, 19:49:32, in: 874.456ms
228
229
[cds] - [ terminate with ^C ]
229
230
```
230
231
> This means, `cds watch` detected the changes in `srv/cat-service.cds` and automatically bootstrapped an in-memory SQLite database when restarting the server process.
@@ -366,13 +367,13 @@ In Visual Studio Code you will add plain CSV files in folder `db/csv` to fill yo
366
367
```Shell/Bash
367
368
[cds] - connect using bindings from: { registry: '~/.cds-services.json' }
368
369
[cds] - connect to db > sqlite { database: ':memory:' }
369
-
> filling my.bookshop.Books from ./db/csv/my.bookshop-Books.csv
0 commit comments