/bookshop-demo

Simple CDS bookshop

Primary LanguageJavaScript

Bookshop Sample App

Sample application showcasing different services serving the same set of data entities from a sqlite database. The services match different use cases visualized in corresponding Fiori apps.

Preliminaries

  • get Node.js v12 or higher
  • get sqlite (Windows only; pre-installed on Mac/Linux)
  • npm set @sap:registry to the latest nexus snapshots:
npm set @sap:registry=https://npm.sap.com

Setup

Copy & paste this to your command line:

git clone https://github.com/gregorwolf/bookshop-demo.git
cd bookshop
npm run setup

Run

npm run build
npm run build:swagger
npm run startv2

Test

Open these links in your browser: