/short

A simple URL shortener using Elixir + Phoenix + Memento

Primary LanguageElixir

Short

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phx.server

Before running for the first time, Mnesia needs to be setup:

  • Start the interactive shell with iex -S mix
  • Setup Mnesia with 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.

Learn more