9jaswag / chattie

Chat application using ActionCable with devise

Home Page:https://chattieapp.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Chat application using ActionCable with devise

https://chattieapp.herokuapp.com


Languages

Language:Ruby 61.0%Language:HTML 21.1%Language:CSS 13.2%Language:CoffeeScript 3.5%Language:JavaScript 0.8%Language:Gherkin 0.4%