Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 162 Bytes

File metadata and controls

19 lines (10 loc) · 162 Bytes

sinatra-example

Initial requirements

Install Ruby

install bundler

To install gems

bundle install

To run the application

ruby app.rb

To run specs

rspec