Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 340 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 340 Bytes

README

  • apollo_frontend: ReactTS Frontend using appollo to query, mutate and subscribe to the server
  • apollo_kotlin: kotlin app using apollo to query mutate to the server - TODO subscription
  • server: Spring Boot project providing a graphql api
  • subscriber_server: server app that shall subscribe to the server