Example Project - Source Code
ahbtoplama opened this issue · 1 comments
ahbtoplama commented
Hi
Can you share odata-query sample express project for newbies ?
techniq commented
@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.