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.
- Host: GitHub
- URL: https://github.com/vasuadari/hello-world
- Owner: vasuadari
- Created: 2020-01-13T17:06:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T06:11:27.000Z (over 3 years ago)
- Last Synced: 2024-10-09T13:03:21.118Z (over 1 year ago)
- Topics: elixir, hello-world, phoenix, ruby, sinatra
- Language: Shell
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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`