A listing consultation tool, designed to be used as a mobile app, by Trelora agents during client home visits. This project was created as a Module 3 group project for Turing's Backend Engineering program.
This project assumes you have installed:
- Ruby 2.4.1
- Rails 5.2.1
- Faraday
- Figaro
- Byebug
- Capybara
- Faraday
- Figaro
- Launchy
- Pry
- Shoulda-Matchers
- SimpleCov
- VCR
- Webmock
- Clone down the repo:
git clone git@github.com:MacInnes/Trelora.git
- Run:
bundle install
bundle update
- Setup the database:
rake db:setup
To run the full testing suite, run rspec from the command line.