GitHunt
SC

Scalingo/sample-elixir-plug

Sample application using Elixir and Plug

Sample Application with Elixir and Plug

Running Locally

First, you need to have a working elixir environment:

https://elixir-lang.org/install.html

Setup

mix deps.get

Build

mix compile

Execute

mix run --no-halt

Deploying on Scalingo

Create an application on https://scalingo.com, then:

scalingo --app my-app git-setup
git push scalingo master

And that's it!

The application is running at this url: https://sample-elixir-plug.scalingo.io/

Deploy in one click

Deploy to Scalingo

https://elixir-lang.org
https://github.com/elixir-plug/plug

Languages

HTML68.4%Elixir31.4%Procfile0.2%

Contributors

Created April 28, 2020
Updated February 24, 2026
Scalingo/sample-elixir-plug | GitHunt