Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reshiadavan/eurlix

A Compact URL Shortener
https://github.com/reshiadavan/eurlix

elixir mnesia phoenix

Last synced: about 1 month ago
JSON representation

A Compact URL Shortener

Awesome Lists containing this project

README

        

# eURLix

Dont mind me, just learning a new language through creating a project.

Behold, a URL Shortener in Elixir, Phoenix, and Mnesia

## Starting

To start your Phoenix server:

- Install dependencies with `mix deps.get`
- Create and migrate your database with `mix ecto.create && mix ecto.migrate`
- Start Phoenix endpoint with `mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.