Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 488 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 488 Bytes

Anya

Webhooks or callbacks forwarder management app that build with Rails and Hotwire.

  • Ruby version

    Ruby 3.0.1

  • System dependencies

    Postgresql & Redis

  • Configuration

    None

  • Database creation

    bin/rails db:create
    
  • Database initialization

    bin/rails db:migrate
    
  • How to run the full test suite

    bin/test
    
  • How to run the app in your local

    bin/dev
    
  • Deployment instructions

    git push heroku main