# This is a production level fundraising app for Universities.
stack is:
* mongo (mongoid)
* rails
* ember.js
to install:
* install mongo: `brew install mongo` on a mac
* run `mongod` in terminal to start DB
* open a new tab in terminal
* cd into ember/dashboard
* run `ember build`
* cd into ember/sharwizard
* run `ember build`
* cd into root
* run `bundle install`
* run `rails s`
DB dump and app are in separate files