Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.