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
- Host: GitHub
- URL: https://github.com/lalabuy948/emjsh
- Owner: lalabuy948
- Created: 2024-08-10T22:03:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T11:35:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T06:26:22.539Z (over 1 year ago)
- Topics: elixir, liveview, mnesia, phoenix
- Language: Elixir
- Homepage:
- Size: 504 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmjSh

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