This is a project to provide Swagger support inside the Sinatra framework.
You need to install ruby >= 2.2.2 and run:
bundle install
This sample was generated with the swagger-codegen project.
bin/rake db:create db:migrate
bin/rails s
To list all your routes, use:
bin/rake routes