diff --git a/Gemfile b/Gemfile index 1a411fb..321446f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,6 +19,7 @@ gem 'devise' gem 'jquery-rails' gem 'pg' gem 'inline_svg' +gem 'redis' group :development do gem 'web-console', '>= 3.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index cf47a50..c612699 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,6 +188,7 @@ GEM rb-fsevent (0.10.2) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) + redis (4.0.1) responders (2.4.0) actionpack (>= 4.2.0, < 5.3) railties (>= 4.2.0, < 5.3) @@ -296,6 +297,7 @@ DEPENDENCIES puma (~> 3.7) rails (~> 5.1.4) rails_layout + redis rspec-rails rubocop sass-rails (~> 5.0) diff --git a/README.md b/README.md index b080c29..3e3c8a3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,22 @@ Star Chat Welcome to the futuristic platform called Star Chat, a product of BiggerPockets in the year 2079. +Demo +------------------------- + +A live demo of Star Chat can be found in here: https://star-chat.herokuapp.com/ + + +Running Locally? +----------- + +Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html). + +After: +``rake db:migrate`` +Run: +``rake db:seed`` + Problems? Issues? ----------- @@ -17,25 +33,8 @@ This application requires: - Ruby 2.4.2 - Rails 5.1.4 -Learn more about [Installing Rails](http://railsapps.github.io/installing-rails.html). - -Getting Started +Deployment --------------- -Documentation and Support -------------------------- - -Issues -------------- - -Similar Projects ----------------- - -Contributing ------------- - -Credits -------- +Heroku -License --------