#Twitter Clone This app is a clone of twitter. Users can tweet, tweet at other users, follow users, and search for users.
##Authors Anna Valkov and Keebz
##Setup In your terminal, clone this repo:
$ clone https://github.com/aavalkov/twitter_clone.gitMake sure you've installed postgres and have started the server:
$ postgresInstall all the dependencies:
$ bundle installSet up the databases on your local machine:
$ rake db:create
$ rake db:schema:loadFinally, start the rails server:
$ rails sIt should now be available at localhost:3000.
##License MIT