Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.