项目作者: the-pat

项目描述 :
A simple URL shortener using Elixir + Phoenix + Memento
高级语言: Elixir
项目地址: git://github.com/the-pat/short.git
创建时间: 2020-08-20T17:28:58Z
项目社区:https://github.com/the-pat/short

开源协议:

下载


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