Skip to content

Spring for GraphQL demo project with a Vue frontend.

Notifications You must be signed in to change notification settings

stoufix/spring-books

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Books - GraphQL

This is a demo project that will introduce you to [https://spring.io/projects/spring-graphql](Spring for GraphQL). The Spring Boot application uses Spring for GraphQL and creates a single endpoint at /graphql for all GraphQL queries. If you want to test out the application you can use the GraphiQL UI located at http://localhost:8080/graphiql

Development

  • Run the Spring Boot application which will run on port 8080
  • Run the Vue application (/src/frontend) with the command npm run dev and it will start up on port 3000

About

Spring for GraphQL demo project with a Vue frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.2%
  • JavaScript 9.8%
  • Vue 6.4%
  • HTML 2.6%