https://github.com/enapiuz/messageroute
Helps send intranet notifications by topic with subscription management power.
https://github.com/enapiuz/messageroute
elixir intranet notifications phoenix
Last synced: about 2 months ago
JSON representation
Helps send intranet notifications by topic with subscription management power.
- Host: GitHub
- URL: https://github.com/enapiuz/messageroute
- Owner: Enapiuz
- License: gpl-3.0
- Created: 2019-02-06T16:04:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:21:06.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:16:07.877Z (4 months ago)
- Topics: elixir, intranet, notifications, phoenix
- Language: Elixir
- Homepage:
- Size: 702 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MessageRoute
[](https://travis-ci.org/Enapiuz/MessageRoute)
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