chrismcg / phlink

Phoenix URL Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Phoenix URL Shortener


Languages

Language:Elixir 86.1%Language:JavaScript 7.1%Language:HTML 5.1%Language:Shell 0.9%Language:SCSS 0.8%