In this tutorial, you will learn how to deploy CAP(Cloud Application Programming) application to Kyma, a managed kubernates runtime in BTP.
In this tutorial we will use a sample BookShop application as a reference application.
The application allows customers to browse books and order them. Entries are maintained by administrators.
-
Fork the repository: https://github.com/sidakphull/recap-kyma-app
-
Clone your fork.
-
Install the dependencies using the following command:
npm i
npm start
Next: Prepare Kyma Namespace