A simple URL shortener using Elixir + Phoenix + Memento
To start your Phoenix server:
mix deps.get
mix phx.server
Before running for the first time, Mnesia needs to be setup:
iex -S mix
Short.Mnesia.setup!(Short.Links.Link)
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.