• Ruby 3.3.0
  • Rails 7.1.4
  • Sqlite3

Instalación y Configuración

Follow these steps to clone the repository and configure the application in your local environment.

  1. Steps:
git clone git@github.com:lucas94gv/technical_test_coditramuntana.git
bundle install
rails db:create
rails db:migrate
rails db:seed
rspec 
rubocop
rails s