Octochat

Trey Tomlinson
Jeff Gu
Kit Pearson

Code Climate Codeship Status for kpearson/octochat-rails

This app is a part of our microservice architecture. You need the other app which is located here

Local Dev Installation

  • Download and run npm install nodemon
  • With your favorite environment variable management tool add the url to the var SOCKET_URL
  • Ensure your redis server is running locally
  • Run your rails server on any open port besides 3000 rails s -p 8000