Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 19 hours 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T17:40:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-21T04:11:56.408Z (2 months 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 mavenopen command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse.
05) Test the senarios.