This is a real use case application using:
-
Rails 4.2.0 beta
-
React.js
-
Marty.js for implementing Flux
-
PostgreSQL full-text search
To test it, just fork it and run:
$ gem install foreman $ bundle install $ npm install $ db:setup $ foreman start -f Procfile.dev
Happy coding!