Skip to content

Latest commit

 

History

History
executable file
·
33 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

executable file
·
33 lines (24 loc) · 1.07 KB

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 :)