Example web app built with ruby on rails
- Install
docker
anddocker-compose
- Sign up for Resurface Pilot Edition access
- 4002 - Resurface API Explorer
- 4001 - Resurface microservice
- 4000 - Trino database UI
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