Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 235 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 235 Bytes

README

Swagger integration with Rails application using rswag gem

Setup:

  • bundle install

  • rake db:migrate

  • rake rswag:specs:swaggerize

Start Rails server:

  • rails s

Go to http://localhost:3000/api-docs to view swagger-ui