Skip to content

kanishka3000/GraphQL-POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL POC with Java and MySQL

Stating the development environment

Building the app

docker run -v $(pwd)/QueryService:/app -w /app -v ~/.m2:/root/.m2 -it maven:3.6.3-jdk-8 mvn clean compile package -DskipTests

Running the composed the application

docker-compose up --build

This will start a mysql database and the product service. classdgm You can access the system via. http://localhost:8080/graphiql

Application overview

The POC application demonstrates two entities related to each other: Product and component

classdgm

About

Java proof of concept implementation for GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published