Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/cloud-cap-with-javascript-basics
This is an SAP Cloud Application Programming Model project that demonstrates how to integrate and use standard JavaScript within your CAP application. It also teaches basic JavaScript techniques and language elements that will be helpful in CAP development.
https://github.com/sap-samples/cloud-cap-with-javascript-basics
javascript nodejs sample sample-code sap-btp sap-cap
Last synced: about 1 month ago
JSON representation
This is an SAP Cloud Application Programming Model project that demonstrates how to integrate and use standard JavaScript within your CAP application. It also teaches basic JavaScript techniques and language elements that will be helpful in CAP development.
- Host: GitHub
- URL: https://github.com/sap-samples/cloud-cap-with-javascript-basics
- Owner: SAP-samples
- License: apache-2.0
- Created: 2023-08-03T20:15:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T22:07:02.000Z (11 months ago)
- Last Synced: 2024-01-18T23:44:46.174Z (11 months ago)
- Topics: javascript, nodejs, sample, sample-code, sap-btp, sap-cap
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 8
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SAP Cloud Application Programming Model with JavaScript Basics
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/cloud-cap-with-javascript-basics)](https://api.reuse.software/info/github.com/SAP-samples/cloud-cap-with-javascript-basics)
## Description
This is an SAP Cloud Application Programming Model project that demonstrates how to integrate and use standard JavaScript within your CAP application. It also teaches basic JavaScript techniques and language elements that will be helpful in CAP development. We also see how to add new Express middleware and routes to a single CAP service endpoint.
## Requirements
This sample is based upon the SAP Cloud Application Programming version 7.x and higher.
## Download and Installation
Project can be cloned, install dependencies via `npm install`, and then ran using `npm start` from the root of the project. The default CAP test page will be accessible but also contain links to the applications and testing endpoints of this project.
## Known Issues
No known issues
## How to obtain support
[Create an issue](https://github.com/SAP-samples/cloud-cap-with-javascript-basics/issues) in this repository if you find a bug or have questions about the content.
For additional support, [ask a question in SAP Community](https://answers.sap.com/questions/ask.html).
## Contributing
If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).
## License
Copyright (c) 2024 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](LICENSE) file.