Skip to content

This project demonstrates how to integrate GraphQL and build APIs with Spring-Boot.

Notifications You must be signed in to change notification settings

pateluday07/graphql-springboot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-springboot-demo License: MIT

Header

This project demonstrates how to integrate GraphQL and build APIs with Spring-Boot.

Prerequisites

To run the application you need:

  • JDK 8 or later
  • MySQL

Run the application locally

  1. Download the zip or clone the Git repository

  2. Config MySQL properties from src/main/resources/application.yml

  3. Open the terminal in the root directory and simply run the following command

    mvnw spring-boot:run
    

Access the app

Take a high-level overview of the application using Voyager

Access the APIs using Run in Postman

Access the APIs using Playground

Access the APIs using Altair

Thank You :)