Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 282 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 282 Bytes

CAP-StarterApp

step by step app setup for CAP

Step 1: Create a basic app

to create a new cap project cds init

add a schema in db/schema.cds

add service definition in service.cds

run the following command to see the service in localhost

cds watch