This is a simple stock tracker app based on the SAP Cloud Application Programming Model (CAP).
File or Folder | Purpose |
---|---|
app/ |
content for UI frontends |
db/ |
domain models and data |
srv/ |
service models and code |
package.json |
project metadata and configuration |
- 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.
Learn more about CAP at https://cap.cloud.sap/docs/