Skip to content

ahmedkhan29789/sap-bdt

Repository files navigation

Getting Started

Welcome to SAP BDT project.

It contains these folders and files, following our recommended project layout:

File or Folder Purpose
app/ content for UI frontends goes here, Segregated with different folders for different applications UI of SAP BDT Project
app/app1 content for app1 UI frontends goes here
app/app2 content for app2 UI frontends goes here
db/ your domain models and data go here, Segregated with different folders for different applications database objects of SAP BDT Project
db/db1 your domain models and data for aap1 go here
db/db2 your domain models and data for aap2 go here
srv/ your service models and code go here, Segregated with different folders for different applications service objects of SAP BDT Project
srv/srv1 your service models and code for aap1 go here
srv/srv2 your service models and code for aap2 go here
package.json project metadata and configuration
readme.md this getting started guide

Next Steps

  • 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

Learn more at https://cap.cloud.sap/docs/get-started/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published