https://github.com/cap-js/cap-getting-started-tutorial
https://github.com/cap-js/cap-getting-started-tutorial
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cap-js/cap-getting-started-tutorial
- Owner: cap-js
- Created: 2023-07-04T12:56:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T10:07:00.000Z (over 1 year ago)
- Last Synced: 2025-02-28T09:10:18.775Z (over 1 year ago)
- Size: 1.46 MB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
# HO003 - Getting started with CAP
## Description
In this hands-on tutorial you will learn to create your first CAP application. It will be a very basic, yet fully functional application including a Fiori Elements UI.
## Prerequisite
- A internet browser. Preferrably Google Chrome.
## Exercises
**Hint:** CAP has 2 runtime stacks: CAP Java and CAP node.js
For this tutorial we describe the steps for both stacks. You're invited to test both. In a real world project you need to decide for one stack based on your team's skillset and the (non-functional) requirements of your project.
### CAP Java
1. [Setting up BAS development environment](exercises/01_java_setting_up_bas_dev_environment.md)
2. [Introduction to the Incident Management application](exercises/02_java_introduction_to_incident_management_application.md)
3. [Domain Modeling](exercises/03_java_domain_modeling.md)
4. [Creating services](exercises/04_java_creating_services.md)
5. [Adding data](exercises/05_java_adding_data.md)
6. [Adding Fiori Elements UI](exercises/06_java_adding_fiori_elements.md)
7. [Adding authorization](exercises/07_java_adding_authorization.md)
### CAP node.js
1. [Setting up BAS development environment](exercises/01_node_setting_up_bas_dev_environment.md)
2. [Introduction to the Incident Management application](exercises/02_node_introduction_to_incident_management_application.md)
3. [Domain Modeling](exercises/03_node_domain_modeling.md)
4. [Creating services](exercises/04_node_creating_services.md)
5. [Adding data](exercises/05_node_adding_data.md)
6. [Adding Fiori Elements UI](exercises/06_node_adding_fiori_elements.md)
7. [Adding authorization](exercises/07_node_adding_authorization.md)
8. [Otional: Adding Multitenancy](exercises/08_node_optional_add_multitenancy.md)
## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.