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

https://github.com/vasuadari/hello-world

A hello-world application in ruby and elixir.
https://github.com/vasuadari/hello-world

elixir hello-world phoenix ruby sinatra

Last synced: 5 months ago
JSON representation

A hello-world application in ruby and elixir.

Awesome Lists containing this project

README

          

# hello-world

A sample sinatra hello world application.

# Other Languages

[Hello World](https://github.com/vasuadari/hello-world/tree/elixir) in elixir

# Instructions

1. Install docker via [brew](https://brew.sh/) or from [here](https://hub.docker.com/?overlay=onboarding)

2. Install docker-compose if not installed already

3. Run `VIRTUAL_HOST=localhost docker-compose up -d`

4. Open `http://localhost/hello-world` or run `curl -I localhost/hello-world`