Scalingo / sample-elixir-plug

Sample application using Elixir and Plug

Home Page:https://elixir-plug.is-easy-on-scalingo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

git remote add scalingo git@scalingo.com:<name_of_your_app>.git
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

Links

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

About

Sample application using Elixir and Plug

https://elixir-plug.is-easy-on-scalingo.com


Languages

Language:HTML 70.6%Language:Elixir 29.4%