#Twitter clone in Ruby on Rails
Tweetter is a Twitter clone build for learning Ruby on Rails.
http://the-tweetter.herokuapp.com/
Thanks to Michael Hartl for his amazing Ruby on Rails Tutorial.
Build with Ruby 2.1.5 and Rails 4.2.0.
Email: testaccount@tweetter.com
Password: testaccountpass
Clone the project
Navigate to project and run command
bundle install
To start server
rails s
To populate database with faker
rake db:populate
Feel free to send a pull request. :)