An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# test project

## Running the frontend

```sh
gradle frontend:start
```

## Running the backend

```sh
gradle backend:run
```