/ToDo

ToDo

Primary LanguageRuby

ToDo

Test Coverage

Ruby on Rails

This application requires:

  • Ruby 2.2.0
  • Rails 4.2.4

Learn more about Installing Rails.

Getting Started

Steps:

  • bundle install

  • configure database access

  • rake db:migrate

  • rails s

Steps for websocket server:

  • go to socky folder
  • bundle install
  • mv application.yml.example application.yml
  • configure websocket
  • start ws server -> ws_pass="password" thin -R socky/config.ru -p3001 start