test-rails

Example web app built with ruby on rails

Requirements

Ports Used

  • 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