production ember.js app (now open source)

seeders: 0
leechers: 0
Added 10 years ago by Anonymous in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

production ember.js app (now open source) (Size: 412.57 MB)
  amplo_master.zip 412.57 MB

Description


# 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