| As the title suggests, we just want a very basic hello world style application built with the voyager framework that we can use to verify the sync-app-apb. This wasn't possible before because the server modules hadn't been published on npm yet. I would suggest to take the basic example linked below https://github.com/aerogear/apollo-voyager-server/tree/master/examples/basic
- add a Dockerfile so it can be built into a container image.
- run the image locally and verify that you can access it via localhost:4000/graphql
- push the image to Dockerhub
- verify that it can be provisioned using the sync-app-apb https://github.com/aerogearcatalog/sync-app-apb
- verify that the service can be reached at the /graphql endpoint
If you discover any issues with the sync app apb then they can be turned into tickets |