Dead simple HTTP request forwarder [WIP]
- Install
asdf
Follow instructions here.
- Install
erlang
&elixir
asdf install
- Install project dependencies
mix deps.get
- Migrate database & start server
mix ecto.setup
mix phx.server
Now you can visit localhost:4000
from your browser.