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

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

Example apps built with Tomcat
https://github.com/monrax/test-tomcat8

Last synced: 4 months ago
JSON representation

Example apps built with Tomcat

Awesome Lists containing this project

README

          

# test-tomcat8
Example apps built with Tomcat

## 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
```