Skip to content

Commit

Permalink
redis and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Devan committed Oct 26, 2017
1 parent 6ab7419 commit c88a935
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -296,6 +297,7 @@ DEPENDENCIES
puma (~> 3.7)
rails (~> 5.1.4)
rails_layout
redis
rspec-rails
rubocop
sass-rails (~> 5.0)
Expand Down
37 changes: 18 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
-----------

Expand All @@ -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
-------

0 comments on commit c88a935

Please sign in to comment.