Develop a Business App Using SAP Business Application Studio
Beginner
25 min.
Develop a simple CAP Node.js application using SAP Business Application Studio.
You will learn
- How to create a CAP project
- How to develop business applications based on the SAP Cloud Programming Model (CAP)
- How to run and test your application using the Run Configurations tool
Prerequisites
- You have access to SAP Business Application Studio (see Set Up SAP Business Application Studio for Development).
- You have created a dev space as described in Create a Dev Space for Business Applications.
The application you’ll develop is a simple bookshop app consisting of a data model with three entities:
- Books
- Authors
- Genres
The data model is exposed via the Catalog Service. The application has some initial data that is used for testing the application, and some custom logic that runs after reading the books from the Books
entity.
Once you have all the code in place, you will test the application locally.