At Mingos.io, we share a high volume of celebrity photos. We really wanted to find the best photo for each celebrity, so we made a celebrity picture rater in search for that answer.
ruby 2.5.0
nodejs 8.9.3
- yarn
postgres 9.6
Ensure all prerequisites are installed then run:
bin/setup
After that, you can run:
bundle exec rails s
To enable live reloading, you can run the webpack-dev-server
with:
bin/webpack-dev-server
Ensure you have google-chrome
installed, then you can run the tests with bundle exec rake
.
rubocop
can run the style suite. All PRs require the style suite to pass 100% and the style suite is included in CI.