Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 743 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 743 Bytes

#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.

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