Skip to content

Hello World application using the SAP Cloud Application Programming model

Notifications You must be signed in to change notification settings

eikeb/cap-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World using SAP CAP

This is a Hello World application using the SAP Cloud Application Programming model.

Prerequisites

  • Install the latest LTS version of NodeJS
  • Install SQLite (only required on Windows)
  • Install @sap/cds-dk globally with:
    npm i -g @sap/cds-dk
    cds # test it

Installation

Run the following command to install all dependencies and start the application locally.

yarn install
yarn start

After that, open http://localhost:4004/say/hello(to='World') to test the service.

About

Hello World application using the SAP Cloud Application Programming model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published