The purpose of this task is to write a guide that takes the user through end to end setup of the voyager-ionic-example app.
A lot of the content in this integreatly walkthrough written by Wei covers some of this already https://github.com/wei-lee/mobile-walkthrough
In the backend the user needs to setup the following:
* Postgres using the Postgres APB * The server in the voyager-ionic-example repo using the sync-app-apb * Keycloak using the keycloak APB * Integrate keycloak with the server (we could provide a sample realm.json)
Then on the client side the user needs to do the following:
* Build the app * Run it as a web app with ionic * Run it on Android/iOS * Understand what is happening in the app and how it is enabled by the sync framework (e.g. auth, subscriptions, conflict resolution) |
|