Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scrogson/jabba
Example Phoenix/Ejabberd Mashup
https://github.com/scrogson/jabba
Last synced: 2 months ago
JSON representation
Example Phoenix/Ejabberd Mashup
- Host: GitHub
- URL: https://github.com/scrogson/jabba
- Owner: scrogson
- Created: 2015-04-15T02:07:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T18:20:53.000Z (over 9 years ago)
- Last Synced: 2024-10-04T15:29:35.869Z (3 months ago)
- Language: CSS
- Homepage:
- Size: 168 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jabba
> An example mashup of Phoenix/Ejabberd
This application allows users to register an account on ejabberd through a web
interface.It uses an `ecto` model, but only for the changeset and validation features.
It also updates the users vcard with their full name, email and nickname.
The `jabba.dev` is for nice usage with [Pow](http://pow.cx).
To start your new Phoenix application:
1. Install dependencies with `mix deps.get`
2. Start Phoenix endpoint with `mix phoenix.server`Now you can visit `localhost:4000` from your browser.