GraphQL Spring Boot Simple Application

This repository contains a simple application built with GraphQL and Spring Boot.

Description

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.

Features

  • Integration of GraphQL with Spring Boot
  • Basic setup for GraphQL queries and mutations
  • Demo data and endpoints

Installation

To run this application locally, follow these steps:

  1. Clone the repository:
      git clone https://github.com/mohamedehab00/GraphQl-Spring-Boot-Simple-Application.git
    
  2. Navigate to the project directory:
      cd GraphQl-Spring-Boot-Simple-Application
    
  3. Build the project using Maven:
     mvn clean install
    
  4. Run the application:
    java -jar target/your-application-name.jar
    
  5. Access the application at http://localhost:8080.