This project demonstrates how to integrate GraphQL and build APIs with Spring-Boot.
To run the application you need:
- JDK 8 or later
- MySQL
-
Download the zip or clone the Git repository
-
Config MySQL properties from
src/main/resources/application.yml
-
Open the terminal in the root directory and simply run the following command
mvnw spring-boot:run
Take a high-level overview of the application using Voyager
Access the APIs using Playground
Access the APIs using Altair
Thank You :)