techniq/odata-query

Example Project - Source Code

ahbtoplama opened this issue · 1 comments

Hi
Can you share odata-query sample express project for newbies ?

@ahbtoplama odata-query is only used to generate queries (typically on the frontend).

For the backend, I typically use ASP.NET (see also: https://odata.github.io/).

Here are some example services you can use to test things out:

You could also use something like JayStack for a node backend, but I do not have any experience with it. Some people have also used it to query Microsoft Graph which supports OData.

Lastly, if you use React on the frontend, you might be interested in using my react-odata component.