Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 425 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 425 Bytes

HomePicker

Build a list of interesting homes and automatically pull in (and backup) data from Zoopla/Rightmove.

Setup

  • Setup Ruby and PostgreSQL

  • Install dependencies

    gem install bundler
    bundle install
    
  • Setup database;

    bundle exec rails db:create
    bundle exec rails db:schema:load
    

Developing

  • Test with bundle exec rspec.

  • Start local server with bundle exec rails s