/get_shorty

The URL Shortener of Your Dreams

Primary LanguageElixirMIT LicenseMIT

GetShorty

For instructions on getting this particular application up and running, please see the notes.txt file at the root of this project.

These are more general Phoenix instructions:

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 npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more