nbolser / yeller

🗣Yeller: Rails 5 ActionCable chat example app 🗣

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yeller

Getting Started

Yeller is a real-time, yelling chat application built with Rails 5.1.5, Ruby 2.5, ActionCable, and Postgresql.

Prerequisites

Install system dependencies

$ rbenv install 2.5.0
$ brew install postgresql

Install Rails dependencies

$ bundle install

Setup the development environment

$ bin/rails db:setup

Run the specs:

$ bin/rspec spec

Usage

Give it a go!

$ bin/rails s

Log in with seeded users and start chatting

  • user1@example.com \ password
  • user2@example.com \ password
  • user3@example.com \ password

About

🗣Yeller: Rails 5 ActionCable chat example app 🗣


Languages

Language:Ruby 81.3%Language:HTML 14.9%Language:JavaScript 2.3%Language:CoffeeScript 1.3%Language:CSS 0.1%