https://github.com/himash79/spring-boot-graphql-service
Utilize Spring boot and GraphQL for microservices.
https://github.com/himash79/spring-boot-graphql-service
graphql maven mysql mysql-database rest-api spring-boot
Last synced: 3 months ago
JSON representation
Utilize Spring boot and GraphQL for microservices.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-graphql-service
- Owner: himash79
- Created: 2023-02-12T17:35:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T17:40:41.000Z (over 3 years ago)
- Last Synced: 2025-04-14T04:56:44.706Z (about 1 year ago)
- Topics: graphql, maven, mysql, mysql-database, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-boot-GraphQL-Service
Utilize Spring boot and GraphQL for microservices.
## Requirements
01) Java 11
02) Maven 3.8
03) MYSQL
## Project setup
01) Clone the project
https://github.com/himash79/Spring-boot-GraphQL-Service.git
02) Database setup
Execute the SQL file
03) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse.
05) Test the senarios.