A work-in-progress simple anonymous polling application built with Ruby on Rails and Hotwire
- Install Ruby 3.1.2 manually or run
asdf installin the project directory if you useasdfas a language version manager. - Install Overmind
- Run
bin/devto start Postgres and Redis via Docker Compose, along with the Rails app itself. - Open another terminal window and run
bin/rails db:migrateto set up the database and run migrations. - In your browser visit http://localhost:3000 to use the app.