An open API service indexing awesome lists of open source software.

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

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.