This repository contains a simple OData service to accompany the "Back to basics: OData" series on the Hands-on SAP Dev live stream show.
After cloning this repo and moving into the repo top directory, first set things up by installing the required packages:
npm install
Then, after deploying to a local SQLite database, start the service up:
cds deploy --to sqlite
cds run
To use this repository you can make use of a GitHub Codespace - just open this repo up in a new codespace and you're all set.
To enjoy these scripts, you don't have to download or install anything. But you can of course clone this repository to have the content available to you locally.
Support for the content in this repository is available during the Hands-on SAP Dev live stream episodes.
Please refer to the CONTRIBUTING.md file.
SAP adopts the Contributor's Covenant 2.0 across our open source projects to ensure a welcoming and open culture for everyone involved. Please follow the standard Code of Conduct link in this repository to find out more.
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 file.