Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Celebrity picture rater is a project designed to rate/rank pictures of various celebs.

License

Notifications You must be signed in to change notification settings

grepsedawk/celebrity-picture-rater

Repository files navigation

Celebrity Picture Rater

CircleCI Heroku

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.

Getting Started

Prerequisites

ruby 2.5.0
nodejs 8.9.3
  - yarn
postgres 9.6

Installing

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

Running the Tests

RSpec

Ensure you have google-chrome installed, then you can run the tests with bundle exec rake.

Style Tests

rubocop can run the style suite. All PRs require the style suite to pass 100% and the style suite is included in CI.