Skip to content

chrismcg/phlink

Repository files navigation

phl.ink

Phlink is a URL shortener implemented with Elixir and the Phoenix framework.

It's purpose is to be a simple problem domain I can use when learning how to develop, deploy, and maintain Phoenix and Elixir applications.

It's currently deployed to Heroku at http://phl.ink.

Running

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser. To start your new Phoenix application: