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

https://github.com/lalabuy948/emjsh

URL shortener written in Elixir using Mnesia
https://github.com/lalabuy948/emjsh

elixir liveview mnesia phoenix

Last synced: 6 months ago
JSON representation

URL shortener written in Elixir using Mnesia

Awesome Lists containing this project

README

          

# EmjSh

![preview image](/github/preview.png)

To start your Phoenix server:

* Run `mix setup` to install and setup dependencies
* Run `cd assets && npm i`
* Run `mix init.mnesia`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

## Learn more

* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix