This repository is an showcase for CAP application using Fiori Elements UI with Side Effects, Custom Actions and Dynamic Expression examples. For more info please visit the following blog.
CAP with Fiori Elements: Side Effects, Custom Actions, Dynamic Expressions
File or Folder | Purpose |
---|---|
app/ |
This has 2 UI frontends i.e. Customers and Orders |
db/ |
Data model is defined in schema.cds |
srv/ |
Services are defined in service.cds |
package.json |
project metadata and configuration |
readme.md |
this getting started guide |
- Open a new terminal and run
cds watch
- (in VS Code simply choose Terminal > Run Task > cds watch)
Learn more at https://cap.cloud.sap/docs/get-started/.