Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renandmc/cap-bookshop
Tutorial SAP CAP Bookshop
https://github.com/renandmc/cap-bookshop
fiori hana sap sap-cap sapui5 sqlite3 trial tutorial
Last synced: 3 days ago
JSON representation
Tutorial SAP CAP Bookshop
- Host: GitHub
- URL: https://github.com/renandmc/cap-bookshop
- Owner: renandmc
- Created: 2021-04-07T20:37:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T22:18:00.000Z (6 months ago)
- Last Synced: 2024-05-15T21:57:58.220Z (6 months ago)
- Topics: fiori, hana, sap, sap-cap, sapui5, sqlite3, trial, tutorial
- Language: CAP CDS
- Homepage: https://d8ed4b30trial-dev-bookshop-ui.cfapps.us10.hana.ondemand.com
- Size: 299 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
Welcome to your new project.
It contains these folders and files, following our recommended project layout:
File or Folder | Purpose
---------|----------
`app/` | content for UI frontends goes here
`db/` | your domain models and data go here
`srv/` | your service models and code go here
`package.json` | project metadata and configuration
`readme.md` | this getting started guide## Next Steps
- Open a new terminal and run `cds watch`
- (in VS Code simply choose _**Terminal** > Run Task > cds watch_)
- Start adding content, for example, a [db/schema.cds](db/schema.cds).## Learn More
Learn more at https://cap.cloud.sap/docs/get-started/.