Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 551 Bytes

File metadata and controls

12 lines (9 loc) · 551 Bytes

graphql-sample

This is a sample spring boot application implementing graphql with the following tools:

##How to run

  • Run docker dependency: docker-compose up -d mysql
  • Run application: mvn spring-boot:run
  • Create data and make queries with the collection "graphql_sample.postman_collection.json"