scaffeinate / twitter-clone

An Open Source clone of Twitter using Ruby on Rails
http://twitter-clone-rails.herokuapp.com/
GNU General Public License v2.0
79 stars 65 forks source link

Twitter-Clone

An Open Source clone of Twitter using Ruby on Rails http://twitter-clone-rails.herokuapp.com/

Getting Started

git clone https://github.com/sudharti/twitter-clone/
cd twitter-clone
bundle
rake db:migrate
rails s

Coding Style

Follow the Rails Style Guide https://github.com/bbatsov/rails-style-guide

Git Flow

Using git flow http://danielkummer.github.io/git-flow-cheatsheet/

TODO

Issues are used to track TODO features https://github.com/sudharti/twitter-clone/issues. Once a feature is complete the issue is closed.

License

GNU GPL v2