Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/odata-basics-handsonsapdev
A simple OData service to accompany the "Back to basics: OData" series on the Hands-on SAP Dev live stream show.
https://github.com/sap-samples/odata-basics-handsonsapdev
hands-on odata owner-qmacro sample sample-code sapdev
Last synced: about 1 month ago
JSON representation
A simple OData service to accompany the "Back to basics: OData" series on the Hands-on SAP Dev live stream show.
- Host: GitHub
- URL: https://github.com/sap-samples/odata-basics-handsonsapdev
- Owner: SAP-samples
- License: apache-2.0
- Created: 2022-05-11T11:27:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T07:37:14.000Z (about 2 months ago)
- Last Synced: 2024-11-04T08:28:44.968Z (about 2 months ago)
- Topics: hands-on, odata, owner-qmacro, sample, sample-code, sapdev
- Language: HTML
- Homepage:
- Size: 1.55 MB
- Stars: 56
- Watchers: 10
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Back to basics: OData
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/odata-basics-handsonsapdev)](https://api.reuse.software/info/github.com/SAP-samples/odata-basics-handsonsapdev)
## Description
This repository contains a simple OData service to accompany the "Back to basics: OData" series on the Hands-on SAP Dev live stream show.
## Getting started
After cloning this repo and moving into the repo top directory, first set things up by installing the required packages:
```bash
npm install
```Then, after deploying to a local SQLite database, start the service up:
```bash
cds deploy --to sqlite
cds run
```## Requirements
To use this repository you can make use of a [GitHub Codespace](https://github.com/features/codespaces) - just open this repo up in a new codespace and you're all set.
## Download and installation
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
Support for the content in this repository is available during the [Hands-on SAP Dev](https://www.youtube.com/playlist?list=PL6RpkC85SLQABOpzhd7WI-hMpy99PxUo0) live stream episodes.
## Contributing
Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## Code of conduct
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.
## 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.