https://github.com/meltingice/conductor
Quick and simple redirection service written in Elixir
https://github.com/meltingice/conductor
elixir phoenix redirect service
Last synced: 5 months ago
JSON representation
Quick and simple redirection service written in Elixir
- Host: GitHub
- URL: https://github.com/meltingice/conductor
- Owner: meltingice
- License: mit
- Created: 2020-05-31T15:40:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:31:41.000Z (over 3 years ago)
- Last Synced: 2025-04-05T21:43:36.164Z (about 1 year ago)
- Topics: elixir, phoenix, redirect, service
- Language: Elixir
- Size: 626 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conductor
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 `npm install` inside the `assets` directory
* 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: 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