A lightweight app to serve a static OData feed for testing. Provides necessary response types, custom headers such as OData-Version, and automatic @odata.context domain so that programs like Power BI don't complain.
- Node.js
npm installnpm start(automatically watches for changes)- Visit http://localhost:3000/odata/v1
Edit the files under routes/ and view the changes in your browser.