Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.82 KB

File metadata and controls

47 lines (30 loc) · 1.82 KB

@capire/bookstore

REUSE status

A composite app of

Get it

git clone https://github.com/capire/bookstore-java bookstore
cd bookstore
npm install

This repository uses the github npm registry for the @capire scope. You may need to login using a github personal access token with scope read:packages.

npm login --scope @capire --registry=https://npm.pkg.github.com

Run it

mvn spring-boot:run

Together with Orders and Reviews

To connect the different apps together locally, start bookstore with the with-orders and with-reviews spring profiles:

SPRING_PROFILES_ACTIVE=default,with-orders,with-reviews mvn cds:watch

Start the orders and reviews apps with mvn cds:watch.

License

Copyright 2026 SAP SE or an SAP affiliate company and capire/bookstore-java contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.