Skip to content

Full implementation of the tutorial project from "GraphQL server using Spring Boot, Part I".

Notifications You must be signed in to change notification settings

team-supercharge/spring-boot-graphql-tutorial

Repository files navigation

GraphQL server using Spring Boot, Part I

Full implementation of the tutorial project from:

JDK 11 or later is required to compile/run the project.

After cloning or downloading the repo, the application can be run from the command line with the gradlew bootRun (Windows) or ./gradlew bootRun (Mac/Linux) command issued from the repo's root folder.

The API can be interacted with using the built-in GraphiQL client (which will be available at http://localhost:8080/graphiql), or any other GraphQL client.

About

Full implementation of the tutorial project from "GraphQL server using Spring Boot, Part I".

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages