Purpose is to try out and share specific functionality of SAP Cloud Programming Model (CAP).
Following functionality is scope of this project:
- ✔️ Simple Datamodel (
db/schema.cds
) - ✔️ Simple Service (
srv/index.cds
) - ✔️ Fiori Elements UI for datamodel
- ✔️ Fiori Elements UI to manage "codelist" category
- ✔️ Integration of Actions in UI
- ❌ Localization (i18n)
- ❌ Integration of Authorization
- ❌ Different DBs for different environment
Project Layout:
Folder | Purpose |
---|---|
app/ |
UI frontends |
db/ |
data models |
srv/ |
service models |
- Install dependencies with
npm install
- Open a new terminal and run
cds watch
- Open browser http://localhost:4004