Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.