Giter Club home page Giter Club logo

touhyosan's Introduction

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.

touhyosan's People

Contributors

gnattali avatar ichiroc avatar junichiito avatar kwtuku avatar mocomou avatar morikiyo avatar ruzia avatar sidemt avatar yasu551 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.