watch-this
is a JSON API-only backend built on Rails using Mongoid ODM framework for MongoDB in Ruby.
It is consumed by ui-watch-this
, a front-end React app.
- rails
- anemone
- nokogiri
- mongoid
- quiet_assets
- rspec-rails
- factory_girl_rails
- database_cleaner
- shoulda-matchers
- faker
bundle install
be rake db:create
be rake db:mongoid:create_indexes
be rake db:seed
rails s
be rspec
Implement user query page as defaul landing pageMoved to front-endAsk user's preferences and present best choiceMoved to front-endFind missing genre fields and update those documents with accurate dataSeparate UI and JSON-only API into two stand-alone apps.- Implement a type of 'weighted' score for each recommendation field.