Sinatra app. User can create own message, set the self-destruction settings and send the message url to his friends.
Online messenger on [Heroku] (https://kottans-test-work.herokuapp.com/)
Install gems $ bundle install
Up a migrate $ rake db:migrate
Run $ rackup
##Tests
Prepare test database $ rake db:test:prepare
Run tests $ rspec spec



