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.
To run the application, execute the following step:
bundle install
Run the application:
rails s
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.