Skip to content

Hotwire.love で使う投票ツール

License

Notifications You must be signed in to change notification settings

morikiyo/touhyosan

 
 

Repository files navigation

touhyosan

Hotwire.loveのミートアップで「みんなが話したいテーマ」を多数決で決めるためのツールです。

https://touhyosan.hotwire.love/

Design

簡単なER図や画面遷移図など。

https://miro.com/app/board/uXjVPSNbiAc=/

Requirements

  • Ruby 3.x.x (Gemfileに記載されているRubyバージョンを参照)
  • PostgreSQLを推奨、sqlite3でも可
  • yarn

How to setup

  1. 自分のアカウントにリポジトリをフォークする
  2. ローカル環境にgit cloneしてcd touhyosan
  3. DBの接続情報をローカル環境に合わせて更新する 
    • PostgreSQLを使う場合(推奨) cp config/database.yml.postgres.example config/database.yml
    • SQLite3を使う場合 cp config/database.yml.sqlite3.example config/database.yml
    • vi config/database.yml
    • database.yml.example にはPostgreSQLの設定例と、sqlite3の設定例が載っています
  4. bin/setupを実行する
    • sqlite3環境の場合、schema.rbに多少diffが発生しますが、いったん無視してもらって大丈夫です
  5. bin/devでサーバーを起動する
  6. http://localhost:3000 が正常に表示されればOK

How to deploy

運営メンバーがmainブランチを更新すると自動的にHerokuにデプロイされます。(運営メンバーは事前にGitHubアカウントをHerokuと連携させておくこと)

License

MIT License.

About

Hotwire.love で使う投票ツール

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.1%
  • HTML 19.4%
  • JavaScript 5.9%
  • SCSS 1.5%
  • CSS 0.6%
  • Shell 0.3%
  • Procfile 0.2%