https://github.com/cardoso010/shorten_api
Link shortener with Elixir and Phoenix
https://github.com/cardoso010/shorten_api
elixir elixir-lang phoenix phoenix-framework
Last synced: 2 months ago
JSON representation
Link shortener with Elixir and Phoenix
- Host: GitHub
- URL: https://github.com/cardoso010/shorten_api
- Owner: cardoso010
- Created: 2019-10-18T19:06:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:58:26.000Z (over 2 years ago)
- Last Synced: 2025-01-28T20:25:52.003Z (4 months ago)
- Topics: elixir, elixir-lang, phoenix, phoenix-framework
- Language: Elixir
- Size: 8.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShortenApi
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix