This repository contains a simple application built with GraphQL and Spring Boot.
This application demonstrates the integration of GraphQL with a Spring Boot backend. It provides a basic setup for creating GraphQL APIs and handling queries and mutations.
- Integration of GraphQL with Spring Boot
- Basic setup for GraphQL queries and mutations
- Demo data and endpoints
To run this application locally, follow these steps:
- Clone the repository:
git clone https://github.com/mohamedehab00/GraphQl-Spring-Boot-Simple-Application.git
- Navigate to the project directory:
cd GraphQl-Spring-Boot-Simple-Application
- Build the project using Maven:
mvn clean install
- Run the application:
java -jar target/your-application-name.jar
- Access the application at http://localhost:8080.