Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reshiadavan/eurlix
- Owner: ReshiAdavan
- Created: 2023-09-12T02:17:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-12T02:41:04.000Z (over 1 year ago)
- Last Synced: 2023-09-12T10:16:38.762Z (over 1 year ago)
- Topics: elixir, mnesia, phoenix
- Language: Elixir
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.