All Projects → SAP-samples → Cloud Cap Samples

SAP-samples / Cloud Cap Samples

Licence: other
This project contains sample applications for SAP Cloud Application Programming Model.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cloud Cap Samples

Pyentropy
Entropy for Python
Stars: ✭ 149 (-26.24%)
Mutual labels:  sample
Play Java Starter Example
Play starter project in Java (ideal for new users!)
Stars: ✭ 164 (-18.81%)
Mutual labels:  sample
Nodejs Docs Samples
Node.js samples for Google Cloud Platform products.
Stars: ✭ 2,309 (+1043.07%)
Mutual labels:  sample
Workoutwotch
Repository for my video series on building an iOS app in .NET.
Stars: ✭ 156 (-22.77%)
Mutual labels:  sample
Abap Platform Rap Opensap
Samples for the openSAP course "Building Apps with the ABAP RESTful Application Programming model (RAP)."
Stars: ✭ 163 (-19.31%)
Mutual labels:  sample
Unitymathreference
Math reference for games and more. All visualized in Unity3D.
Stars: ✭ 166 (-17.82%)
Mutual labels:  sample
Spring Petclinic Angular
Angular 8 version of the Spring Petclinic sample application (frontend)
Stars: ✭ 145 (-28.22%)
Mutual labels:  sample
Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (-3.96%)
Mutual labels:  sample
Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: ✭ 2,925 (+1348.02%)
Mutual labels:  sample
Fluttergames
Flutter app for purchasing and renting games.
Stars: ✭ 182 (-9.9%)
Mutual labels:  sample
Randomdata
Random data generator
Stars: ✭ 157 (-22.28%)
Mutual labels:  sample
Cpp Awesome Pack
Awesome Sample Pack of C/C++ Codes
Stars: ✭ 162 (-19.8%)
Mutual labels:  sample
Cognitive Face Windows
Windows SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 175 (-13.37%)
Mutual labels:  sample
Play Scala Isolated Slick Example
Example Play Slick Project
Stars: ✭ 155 (-23.27%)
Mutual labels:  sample
Cognitive Face Ios
iOS SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 191 (-5.45%)
Mutual labels:  sample
Mvvmrxjavaretrofitsample
MVVM RxJava Retrofit Sample
Stars: ✭ 148 (-26.73%)
Mutual labels:  sample
Kotlin Full Stack Application Demo
Full-stack demo application written with Kotlin MPP
Stars: ✭ 165 (-18.32%)
Mutual labels:  sample
Daggerandroidinjector
Dagger Sample Project on how to use the new dagger-android module for Dagger v2.11
Stars: ✭ 195 (-3.47%)
Mutual labels:  sample
Openui5 Sample App
OpenUI5 Sample App
Stars: ✭ 193 (-4.46%)
Mutual labels:  sample
Reactnativeuniversal
A demonstration of sharing javascript react-native code between mobile, desktop and web environments
Stars: ✭ 178 (-11.88%)
Mutual labels:  sample

Welcome to cap/samples

Find here a collection of samples for the SAP Cloud Application Programming Model organized in a simplistic monorepo setup. → See Overview of contained samples

REUSE status

Preliminaries

  1. Install @sap/cds-dk globally:

    npm i -g @sap/cds-dk
    
  2. Optional: Use Visual Studio Code

Download

If you've Git installed, clone this repo as shown below, otherwise download as ZIP file.

git clone https://github.com/sap-samples/cloud-cap-samples samples
cd samples

Setup

In the samples folder run:

npm install

Run

With that you're ready to run the samples, for example:

cds watch bookshop

After that open this link in your browser: http://localhost:4004

When asked to log in, type alice as user and leave the password field blank, which is the default user.

Testing

Run the provided tests with jest or mocha, for example:

npx jest

While mocha is a bit smaller and faster, jest runs tests in parallel and isolation, which allows to run all tests.

Serve npm

We've included a simple npm registry mock, which allows you to do an npm install @capire/<package> locally. Use it as follows:

  1. Start the @capire registry:
npm run registry

While running this will have @capire:registry=http://localhost:4444 set with npmrc.

  1. Install one of the @capire packages wherever you like, for example:
npm add @capire/common @capire/bookshop

Code Tours

Take one of the guided tours in VS Code through our CAP samples and learn which CAP features are showcased by the different parts of the repository. Just install the CodeTour extension for VS Code. We'll add more code tours in the future. Stay tuned!

Get Support

Check out the documentation at https://cap.cloud.sap.
In case you've a question, find a bug, or otherwise need support, use our community to get more visibility.

License

Copyright (c) 2021 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

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].