This is a Hello World application using the SAP Cloud Application Programming model.
- 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
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.