Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 665 Bytes

01-Overview.md

File metadata and controls

31 lines (17 loc) · 665 Bytes

Mission:

In this tutorial, you will learn how to deploy CAP(Cloud Application Programming) application to Kyma, a managed kubernates runtime in BTP.

Usecase: Bookshop

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.

Setup

  1. Fork the repository: https://github.com/sidakphull/recap-kyma-app

  2. Clone your fork.

  3. Install the dependencies using the following command:

    npm i

Run locally

npm start

Next: Prepare Kyma Namespace