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

https://github.com/monrax/test-springboot

Example GraphQL API built with Spring Boot
https://github.com/monrax/test-springboot

Last synced: 5 months ago
JSON representation

Example GraphQL API built with Spring Boot

Awesome Lists containing this project

README

          

# test-springboot
Example GraphQL API built with Spring Boot

This was cloned from [GraphQL Java Kickstart samples](https://github.com/graphql-java-kickstart/samples).

## Requirements

* docker
* docker-compose

## Ports Used

* 80 - GraphQL API
* 4002 - Resurface API Explorer
* 4001 - Resurface microservice
* 4000 - Trino database UI

## Deploy Locally

```
make start # rebuild and start containers
make ping # make simple ping request
make bash # open shell session
make logs # follow container logs
make stop # halt and remove containers
```