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
- Host: GitHub
- URL: https://github.com/monrax/test-springboot
- Owner: monrax
- License: mit
- Created: 2021-06-10T18:38:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T05:42:01.000Z (about 5 years ago)
- Last Synced: 2025-02-05T08:12:23.478Z (over 1 year ago)
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```