https://github.com/capire/bookshop
Our primer sample to get started in a nutshell
https://github.com/capire/bookshop
cap cds primer
Last synced: about 2 months ago
JSON representation
Our primer sample to get started in a nutshell
- Host: GitHub
- URL: https://github.com/capire/bookshop
- Owner: capire
- License: apache-2.0
- Created: 2025-04-03T06:19:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-01-14T20:42:52.000Z (2 months ago)
- Last Synced: 2026-01-15T00:52:13.182Z (about 2 months ago)
- Topics: cap, cds, primer
- Language: JavaScript
- Homepage: https://cap.cloud.sap/docs/get-started/in-a-nutshell
- Size: 118 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# @capire/bookshop
This is our primer sample for [Getting Started in a Nutshell](https://cap.cloud.sap/docs/get-started/in-a-nutshell).
## Get it
```sh
git clone https://github.com/capire/bookshop
```
## Run it
```sh
cds watch bookshop
```
This should print something like that:
```sh
...
[cds] - server listening on { url: 'http://localhost:4004' }
[cds] - server v9.4.0 launched in 247 ms
[cds] - [ terminate with ^C ]
```
`Cmd-click` the http://localhost:4004 link in the terminal to open the app in a browser.
## Get help
- Visit the [*capire* docs](https://cap.cloud.sap) to learn about CAP.
- Especially [*Getting Started in a Nutshell*](https://cap.cloud.sap/docs/get-started/in-a-nutshell).
## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.