Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 265 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 265 Bytes

README

SMS Twillio Service Usage

  # para correr en webhook
  # 1- Instalar las gemas: `bundle install`
  # 2- Correr `rackup`
  rackup

  # para correr sidekiq
  bundle exec sidekiq -r ./workers/sms_request_worker.rb -C ./config/sidekiq.yml