Skip to content

Sample springboot API for showcasing building and testing GraphQL API

Notifications You must be signed in to change notification settings

hendisantika/SampleGraphQLApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SampleGraphQLApp

Sample springboot API for showcasing building and testing GraphQL API

In this project we have created two GraphQL API's -->

  1. Create Student Record
  2. Fetch the record by Student's name

To keep the application simple and to the scope we are using map for student record's persistence.

Running the app:

  1. Checkout the code
  2. It is a SpringBoot app. If you are using IDE or STS you get the run option in the tool itself

OR from the command prompt run below command --> mvn spring-boot:run

About

Sample springboot API for showcasing building and testing GraphQL API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%