All Projects → SAP-archive → cloud-cap-nodejs-codejam

SAP-archive / cloud-cap-nodejs-codejam

Licence: other
Material for the CodeJam on SAP Cloud Application Programming Model with Node.js.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to cloud-cap-nodejs-codejam

cloud-platform-workflow-virtual-event
Material for the virtual event on SAP Cloud Platform Workflow.
Stars: ✭ 25 (-67.11%)
Mutual labels:  sample, codejam, devrel
cloud-cap-multitenancy
SAP Cloud Application Programming Model (CAP) sample code project with multitenancy using service manager-created SAP HANA containers for tenant data isolation.
Stars: ✭ 33 (-56.58%)
Mutual labels:  sample, sap-cap
ui5-cap-event-app
Showcase of SAP Cloud Application Programming Model and OData V4 with draft mode in a freestyle SAPUI5 app and an SAP Fiori elements app.
Stars: ✭ 70 (-7.89%)
Mutual labels:  sample, sap-cap
fiori-elements-feature-showcase
Sample application that demonstrates and documents a broad variety of features of SAP Fiori elements for OData V4. Developers can play around with the new features and learn how to implement them.
Stars: ✭ 76 (+0%)
Mutual labels:  sample, sap-cap
devtoberfest-2021
The home of Devtoberfest 2021 - an open celebration of what makes us developers - coding and collaboration!
Stars: ✭ 212 (+178.95%)
Mutual labels:  sample, sap-cap
cap-sflight
Using SAP Cloud Application Programming Model and SAP Fiori elements to build a simple travel management app, both with Node.js and Java.
Stars: ✭ 65 (-14.47%)
Mutual labels:  sample, sap-cap
cloud-cap-risk-management
The SAP Risk Management example applications show how to deploy a CAP (SAP Cloud Application Programming model) application to Cloud Foundry and Kyma.
Stars: ✭ 36 (-52.63%)
Mutual labels:  sample, sap-cap
cloud-cap-walkthroughs
This project contains exercises and tutorials for SAP Cloud Application Programming Model.
Stars: ✭ 66 (-13.16%)
Mutual labels:  sample, sap-cap
cloud-sample-spaceflight-java
Build Java applications with the application programming model on SAP Cloud Platform.
Stars: ✭ 49 (-35.53%)
Mutual labels:  sample, sap-cap
teched2021-developer-keynote
SAP TechEd 2021 Developer Keynote: Improving Developers' Lives.
Stars: ✭ 23 (-69.74%)
Mutual labels:  sample, sap-cap
abap-exercises-codejam
Material for CodeJams on SAP Business Technology Platform, ABAP Environment and ABAP RESTful Application Programming Model.
Stars: ✭ 25 (-67.11%)
Mutual labels:  sample, codejam
Fiori-for-iOS-Roadshow-2019
A collection of materials for the joined SAP and Apple Roadshow event.
Stars: ✭ 12 (-84.21%)
Mutual labels:  sample, devrel
btp-full-stack-typescript-app
A sample project to demonstrate how to implement a full-stack app with SAP Cloud Application Programming Model, plus SAPUI5 and TypeScript.
Stars: ✭ 27 (-64.47%)
Mutual labels:  sample, sap-cap
cloud-workflow-samples
Workflow sample projects as reference content. Users can download and import the content of this project to their tenant to understand and learn how to consume workflow.
Stars: ✭ 52 (-31.58%)
Mutual labels:  sample
play-java-chatroom-example
Example Chatroom with Java API
Stars: ✭ 33 (-56.58%)
Mutual labels:  sample
kmm-production-sample
This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you can download it from the App Store and Google Play. It's been designed to demonstrate how KMM can be used in real production projects.
Stars: ✭ 1,476 (+1842.11%)
Mutual labels:  sample
AndroidMVVMExample
Sample project for the https://stfalcon.com/en/blog/post/android-mvvm blogpost
Stars: ✭ 23 (-69.74%)
Mutual labels:  sample
sample-nodejs
Macaca test sample for Node.js
Stars: ✭ 44 (-42.11%)
Mutual labels:  sample
Google-Code-Jam-2019
My solutions to Google Code Jam 2019 in Python3
Stars: ✭ 37 (-51.32%)
Mutual labels:  codejam
abap-platform-jak
The JSON ABAP Konverter
Stars: ✭ 16 (-78.95%)
Mutual labels:  sample

Important Notice

This public repository is read-only and no longer maintained. For the latest sample code repositories, visit the SAP Samples organization.

CodeJam - SAP Cloud Application Programming Model - Node.js

REUSE status

Description

This repository contains the material for the CodeJam on SAP Cloud Application Programming Model with Node.js. Prerequisites and recommendations for this CodeJam are documented in the prerequisites file.

CodeJam overview

The focus of this CodeJam is the SAP Cloud Application Programming Model ("CAP" for short) with Node.js. Through a series of developer focused hands-on exercises you'll get to know the CAP related tools, create a CAP project and learn about various aspects such as compilation, persistence, OData operations, data models & service definitions and how they relate, and dig into annotations, custom logic and debugging. You'll also add a user interface (UI) layer, and see how the entire set of artifacts can be deployed to the SAP Cloud Platform.

Material organization

The material consists of a series of exercises that are to be done in order (each one building on the previous one). Each exercise is contained in a directory, with a main 'readme' file containing the core exercise instructions, with optional supporting files, such as screenshots and sample files.

Following the exercises

Except for some of the content in exercise 09, we strongly recommend you avoid copy/pasting content - there isn't much to type in all, and learning works better when it starts with osmosis through the fingertips! Everything you need to enter will be described in each of the exercise 'readme' files.

At the end of each exercise there are questions. These questions are designed to help you think about the content just covered, and are to be discussed with the entire CodeJam class, at the end of each exercise. If you finish an exercise early, please resist the temptation to continue with the next one. Instead, explore what you've just done and see if you can find out more about the subject that was covered. That way we all stay on track together and can benefit from some reflection via the questions (and answers).

👉 Where there's an action for you to perform, it will be prefixed with this pointing symbol, to help you focus on where you are in each exercise.

The exercises

Here's an overview of the exercises in this CodeJam.

Feedback

At the end of this CodeJam, we would be really grateful if you could spend a minute providing us with your thoughts in this feedback form. Thank you.

Requirements

The requirements to follow the exercises in this repository, including hardware and software, are detailed in the prerequisites file.

FAQ

In case you encounter problems, you may find answers in the Frequently Reported Issues document (FRI).

Download and installation

You do not need to download this repository nor install anything from it. You can just follow the exercises by visiting each of them as listed in the exercises section.

How to obtain support

Support for the content in this repository is available during CodeJam events, for which this content has been designed. Otherwise, this content is provided "as-is" with no other support.

Contributing

If you wish to contribute code, offer fixes or improvements, please send a pull request (PR). Due to legal reasons, contributors will be asked to accept a Developer Certificate of Origin (DCO) on submitting their first PR to this project. This DCO acceptance can be done in the PR itself - look out for the CLA assistant that will guide you through the simple process. SAP uses the standard DCO text of the Linux Foundation.

License

Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].