Coder Social home page Coder Social logo

mini_talk_app's Introduction

README

アプリ名

mini-talk-app


URL

Herokuによるデプロイ https://mini-talk-app-20210110.herokuapp.com/

説明

Action Cableを用いて、メッセージを送信した時に即時に更新されるチャットアプリです。
https://user-images.githubusercontent.com/68714247/104112228-80899280-532f-11eb-8c5d-808446533d0c.mp4

ER図

erd.pdf

テーブル設計

messages テーブル

Column Type
text text

使用しているバージョン等

  • ruby 2.6.5
  • Rails 6.0.3.4
  • MySQL

【注意・補足】 デプロイで使用する場合にはDBを「Redis」か「PostgreSQL」にて新規作成した方が良い。 こちらのアプリは、Mysqlのため、サブスプリクションのアダプタ設定を「Async」にて作成。


clone

% git clone https://github.com/erika618/mini_talk_app.git
% cd mini_talk_app
% bundle install
% yarn install
% rails db:create
% rails db:migrate

その他使用しているgem・使うコマンド

<!-- brakeman(脆弱性に繋がるコードがないか確認するため ※全てのファイル・全ての警告オプション) -->
% bundle exec brakeman -A -w1

<!-- rails_best_practices(読みやすいコードか確認するため) -->
% rails_best_practices .

<!-- rubocop(インデントを整えるため) -->
% bundle exec rubocop -a

mini_talk_app's People

Contributors

k-foo avatar

Watchers

 avatar

mini_talk_app's Issues

Issue1【基本機能の実装】

概要

  • Action Cableを用いて実装する前に、MVCとルーティングを設定する。
  • その他、必要なGemを導入する。

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.