You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all our examples are separated by topic. Let's combine them and create an example (project skeleton) which also could be used to spin up new SPA projects and having a working hello world example you can start with.
Key components should be Couper which is serving a SPA and modifying its bootstrap_data. An access_control layer with some complexity (permissions?) where Keycloak comes in handy.
The SPA connects to an api proxied with Couper (weather, github release notes...) as /api and may handle unexpected things with an error-handler.
As spa framework we should start with vue.js and spin up all dependencies with a docker-compose file.
The text was updated successfully, but these errors were encountered:
Currently all our examples are separated by topic. Let's combine them and create an example (project skeleton) which also could be used to spin up new SPA projects and having a working hello world example you can start with.
Key components should be Couper which is serving a SPA and modifying its bootstrap_data. An access_control layer with some complexity (permissions?) where Keycloak comes in handy.
The SPA connects to an api proxied with Couper (weather, github release notes...) as
/api
and may handle unexpected things with an error-handler.As spa framework we should start with vue.js and spin up all dependencies with a docker-compose file.
The text was updated successfully, but these errors were encountered: