Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagohrcosta/rails-api-swagger

Simple project to implement a API documentation with Swagger on Rails.
https://github.com/thiagohrcosta/rails-api-swagger

api ruby-on-rails swagger

Last synced: 18 days ago
JSON representation

Simple project to implement a API documentation with Swagger on Rails.

Awesome Lists containing this project

README

        

## Rails API - Swagger
![MainBanner](https://res.cloudinary.com/dloadb2bx/image/upload/v1622848961/swaggerAPI_ydeafk.png)

Project created to test a API documentation using Swagger.

## Technologies
This project was built using:

Ruby Rails

Gems utilizadas:

- [Rswag](https://github.com/rswag/rswag)
- [Rspec](https://github.com/rspec/rspec-rails)

## How to run this project?
Clone or download this project. After that run `rails s` on terminal inside the main folder. You can see the API documentation at `http://localhost:3000/api-docs/index.html`