https://github.com/scalingo/sample-elixir-plug
Sample application using Elixir and Plug
https://github.com/scalingo/sample-elixir-plug
elixir elixir-plug plug sample scalingo
Last synced: 6 months ago
JSON representation
Sample application using Elixir and Plug
- Host: GitHub
- URL: https://github.com/scalingo/sample-elixir-plug
- Owner: Scalingo
- Created: 2020-04-28T16:18:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T16:37:01.000Z (almost 6 years ago)
- Last Synced: 2025-08-05T00:20:26.581Z (8 months ago)
- Topics: elixir, elixir-plug, plug, sample, scalingo
- Language: HTML
- Homepage: https://elixir-plug.is-easy-on-scalingo.com
- Size: 7.81 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Application with Elixir and Plug
## Running Locally
First, you need to have a working elixir environment:
https://elixir-lang.org/install.html
### Setup
```sh
mix deps.get
```
### Build
```sh
mix compile
```
### Execute
```sh
mix run --no-halt
```
## Deploying on Scalingo
Create an application on https://scalingo.com, then:
```
git remote add scalingo git@scalingo.com:.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
[](https://my.scalingo.com/deploy)
## Links
https://elixir-lang.org
https://github.com/elixir-plug/plug