This is a very basic example of a Sinatra app with CRUD routes as similar as possible to Rails' resources
To get started run the following commands:
bundle install
bundle exec rake db:migrate
To run the app we are using shotgun,
which means you can run just by typing shotgun
.