Skip to content

Latest commit

 

History

History
 
 

rails-frontend

rails-frontend

This is a simple Ruby on Rails app used as an example of a frontend microservice. The app contains just two endpoints:

  1. The root URL (/) calls the sinatra-backend microservice and renders the returned text as HTML.
  2. The /health URL is a health check endpoint that returns a 200 OK. The ELB uses this endpoint to determine if the app is up and running.

This app contains a Dockerfile that packages the app as a Docker container.

How to run this app

See the root README file for instructions on how to run this app.