Explorer (web-application) of the Tweede Kamer (Dutch parliament) Open Data Portaal (OData API). Allows developers to view and explore relations and available data in the OData API.
Demo: http://explorer.tkapi.org
Based on Angular 6+ and Bootstrap 4.
Install dependencies,
npm install
Start a local Django development server for the API, see tkapi-explorer-server
Run a development Angular server that uses a local tkapi-explorer-server api,
ng serve
The application is available on http://localhost:4200/.
Run ng build --prod to build the project.
The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via Protractor.