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