Skip to content

mikenoethiger/bank-server-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protocol | bank-client | bank-server-socket | bank-server-graphql | bank-server-rabbitmq

About

GraphQL implementation of the bank server backend. Spring boot is used as an HTTP container. The client counterpart can be found here.

Run

From your IDE, run bank.BankApplication as a java application.

Or with gradle:

$ gradle bootRun

By default the server runs on port 5002, this can be changed in the src/main/resources/application.properties file.

Endpoints

Some useful endpoints are:

  • GraphiQL Client: localhost:5002/graphiql
  • Altair Client: localhost:5002/altair
  • Graph representation of the API: localhost:5002/voyager

About

Minimal bank server backend GraphQL implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages