Skip to content

sachin1092/Twitter-Clone

Repository files navigation

#Twitter clone in Ruby on Rails

Tweetter is a Twitter clone build for learning Ruby on Rails.
https://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.

Test user:

Email: [email protected]
Password: testaccountpass

How to build

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. :)