A Sinatra-like web framework to illustrate how to build a Sinatra-like web framework (named after Frank Sinatra's right hand man Tommy Dorsey).
This framework was built for workshops during the ruby bootcamp for Sky.
First install dependent gems:
bundle install
Then run the app with:
bundle exec shotgun app.ru
Run the specs with:
bundle exec rspec spec/example_spec.rb