https://github.com/reshiadavan/eurlix
url shortener
https://github.com/reshiadavan/eurlix
elixir mnesia phoenix
Last synced: 8 months ago
JSON representation
url shortener
- Host: GitHub
- URL: https://github.com/reshiadavan/eurlix
- Owner: ReshiAdavan
- Created: 2023-09-12T02:17:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T02:41:04.000Z (almost 3 years ago)
- Last Synced: 2025-06-06T14:04:05.624Z (about 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.