DynamoFirebase

September 23, 2013 ยท View on GitHub

Sample dynamo project for implementing rails-like scaffold page with Firebase backend. The backend is on exfirebase (https://github.com/parroty/exfirebase).

htmlimage

Settings

Clone repo
$ git clone https://github.com/parroty/dynamo_firebase
$ cd dynamo_firebase
$ mix deps.get
Set Environment Variable
$ export FIREBASE_URL="your firebase url"
Start Server
$ mix server