# GraphQL-SpringBoot **Repository Path**: llggff/GraphQL-SpringBoot ## Basic Information - **Project Name**: GraphQL-SpringBoot - **Description**: GraphQL's implementation in java with spring-boot, spring-jpa, jetty and mongo - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GraphQL-SpringBoot [![Build Status](https://api.travis-ci.org/thekosmix/GraphQL-SpringBoot.png)](http://travis-ci.org/GraphQL-SpringBoot) This is an implementation of Fb's GraphQL in java using spring-boot and gradle. It shows how to create a GraphQL server for a micro-blogging web-app where a user can be created, then login and post links which can be voted by other users. ## How to setup and execute - [read HOWTO.md](HOWTO.md) - [APIs](https://www.getpostman.com/collections/be1d19307f5c34c13f5d) ## Screenshots ### GraphiQL ![GraphQL](ScreenShots/GiQL.png) ### Debugging with GraphiQL ![Debugging with GraphiQL](ScreenShots/GiQL2.png)