Skip to content

Commit 539d27f

Browse files
authored
Update README.md
1 parent 3f33e63 commit 539d27f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ invoking `./gradlew :compose-web:jsBrowserDevelopmentRun`
6767
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)
6868

6969

70-
### Deploying backend code
70+
### Backend code
7171

7272
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.
7373

@@ -76,6 +76,11 @@ Have tested this out in Google App Engine deployment. Using shadowJar plugin to
7676
gcloud app deploy backend/build/libs/backend-all.jar
7777
```
7878

79+
### GraphQL backend
80+
81+
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
82+
83+
7984

8085
### Screenshots
8186

0 commit comments

Comments
 (0)