This is a FAQ sample application using the SAP Cloud Application Programming model. It comes with a data model for FAQs and an minimal VueJS frontend.
- 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 to test the service.