From 539d27f6a727f85d1468bde234c906199f81a533 Mon Sep 17 00:00:00 2001 From: John O'Reilly Date: Wed, 19 Jan 2022 20:24:17 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea218b..5e66bb5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ invoking `./gradlew :compose-web:jsBrowserDevelopmentRun` This client is available in `compose-desktop` module. Note that you need to use appropriate version of JVM when running (works for example with Java 11) -### Deploying backend code +### Backend code Have tested this out in Google App Engine deployment. Using shadowJar plugin to create an "uber" jar and then deploying it as shown below. Should be possible to deploy this jar to other services as well. @@ -76,6 +76,11 @@ Have tested this out in Google App Engine deployment. Using shadowJar plugin to gcloud app deploy backend/build/libs/backend-all.jar ``` +### GraphQL backend + +There's a GraphQL module (`graphql-server`) which can be run locally using `./gradlew :graphql-server:bootRun` with "playground" then available at http://localhost:8080/playground + + ### Screenshots