/linkshrinkex_web

A Simple WebApp for creating short URLs (Elixir / Dynamo)

Primary LanguageElixir

LinkShrinkex WebApp

A simple WebApp for creating short URLs using Google's URL Shortener API. Built using Elixir and the Dynamo Web Framework.

Demo: LinkShrinkex WebApp (Heroku)

LinkShrinkex Screenshot

Quickstart

Fetching dependencies and running locally:

mix deps.get
MIX_ENV=dev mix do compile, server

Deploying to production:

MIX_ENV=prod mix do compile, server

Deploying to Heroku

Create new app with buildpack:

heroku create --buildpack "https://github.com/goshakkk/heroku-buildpack-elixir.git" [app_name]

Now add and commit your changes, then push to Heroku!

Enjoy!

Author

Contributing

Fork this repo

Create a Pull Request :)

Bitdeli Badge