https://github.com/ryannielson/pollster
A simple anonymous polling application built with Ruby on Rails and Hotwire
https://github.com/ryannielson/pollster
hotwire rails ruby stimulusjs tailwindcss
Last synced: about 2 months ago
JSON representation
A simple anonymous polling application built with Ruby on Rails and Hotwire
- Host: GitHub
- URL: https://github.com/ryannielson/pollster
- Owner: RyanNielson
- License: mit
- Created: 2022-06-02T13:26:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T19:15:27.000Z (about 4 years ago)
- Last Synced: 2025-02-16T08:44:10.198Z (over 1 year ago)
- Topics: hotwire, rails, ruby, stimulusjs, tailwindcss
- Language: Ruby
- Homepage: https://pollster.nielson.dev
- Size: 88.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
A work-in-progress simple anonymous polling application built with Ruby on Rails and Hotwire
## Running locally
1. Install Ruby 3.1.2 manually or run `asdf install` in the project directory if you use `asdf` as a language version manager.
2. Install [Overmind](https://github.com/DarthSim/overmind#installation)
3. Run `bin/dev` to start Postgres and Redis via Docker Compose, along with the Rails app itself.
4. Open another terminal window and run `bin/rails db:migrate` to set up the database and run migrations.
5. In your browser visit http://localhost:3000 to use the app.