Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 907 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 907 Bytes

Build Status codecov

Airbnb Calculator

We want to find out if the location is lucrative for renting the apartment on airbnb comparing to long term renting. Write an application, that will take average long term rental income per month and address. The result should be indication if it's profitable to do Airbnb.

Setup

To run the application, execute the following step:

bundle install

Run the application:

rails s

Tests and coverage

Run the tests using:

bundle exec rspec

You can check the coverage for the project opening the coverage/index.html generated every time you run the RSpec.