https://github.com/jsdir/sb-graphql-example
Example app with Spring Boot and GraphQL
https://github.com/jsdir/sb-graphql-example
apollo-client flow graphql react spring-boot
Last synced: about 1 year ago
JSON representation
Example app with Spring Boot and GraphQL
- Host: GitHub
- URL: https://github.com/jsdir/sb-graphql-example
- Owner: jsdir
- Created: 2017-07-31T15:58:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T16:03:22.000Z (over 8 years ago)
- Last Synced: 2025-01-06T11:43:40.623Z (over 1 year ago)
- Topics: apollo-client, flow, graphql, react, spring-boot
- Language: JavaScript
- Size: 115 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test project
## Running the frontend
```sh
gradle frontend:start
```
## Running the backend
```sh
gradle backend:run
```