Solides Emplyer

Description

Ruby on rails Application demo to study tests and swagger docs

Install Gems

bundle install

Create Database and migrate

rails db:create db:migrate

Run test, rubocop and generate swagger docs

bundle exec rspec
bundle exec rubocop
bundle exec rails rswag

Run app

bundle exec rails s -p 3000

Features

Application http://localhost:3000

Swagger documentation http://localhost:3000/api-docs

Bonus

Generate diagram to models and controllers

rails diagram:all_with_engines

Open the doc folder to see the documents

Controllers brief

Controllers complete

Models bried

Models complete