BrandonKlotz / concurrently

Learning about ActionCable :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concurrently

Build Status

An app for Live Question and Answers for Speakers.

Concurrently allows speakers to view data about their content with ease and gain realtime insights about their events.

Contributing

This is living as a personal project but if there is interest in this becoming Open Source or contributing to it reach out on Twitter @brandonklotz

Set Up

Prerequisites

You will need the following services to run the app:

brew install postgresql
brew install redis

brew start postgresql
brew start redis

The main App

First, set your repository to Ruby 2.5.0. If you are using rbenv, from the concurrently/:

rbenv local 2.5.0

Next, install gems and create postgres:

> git clone https://github.com/BrandonKlotz/concurrently.git
> bundle install
> bundle exec rake db:create db:migrate
> rails server

About

Learning about ActionCable :D


Languages

Language:Ruby 73.0%Language:HTML 21.9%Language:CSS 2.5%Language:JavaScript 1.6%Language:CoffeeScript 1.1%