/chattie

Chat application using ActionCable with devise

Primary LanguageRuby

README

Build Status Maintainability Test Coverage

This is a slack clone application I built while learning RoR, can also be beneficial to beginners who wants to get their hands dirty while learning.

How to setup

  • Fork the application here
  • Clone it by running git clone https://github.com/Seunadex/chattie.git
  • Create database rails db:create
  • Run migration rails db:migrate
  • Run rails server

Contributing

A lot of work/features still needs to be done so pull requests are welcome on GitHub at https://github.com/seunadex/chattie

To contribute to this work:

  • Fork it here
  • Create your feature branch git checkout -b my-new-feature
  • Commit your changes git commit -am 'Add some feature'
  • Push to the branch git push origin my-new-feature
  • Create a new Pull Request
  • Chill