Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 881 Bytes

CAP Sample Application

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

Development

  • Install dependencies with npm install
  • Open a new terminal and run cds watch
  • Open browser http://localhost:4004

Intersting Links to CAP