/spitter

Primary LanguageRuby

#Spitter? This site replicates the basic functionality of Twitter.

##Tools Ruby 2.1.2
ActiveRecord
Rails 4.1.6
PostgreSQL

##Setup In your terminal, clone this repository:

$ git clone https://github.com/pdxmeghan/spitter.git

Make sure you've installed PostgreSQL.

Install all the dependencies:

$ bundle install

Set up the databases on your local machine:

$ rake db:create
$ rake db:schema:load

Start the rails server:

$ rails s

Now, it will be available at http://localhost:3000.

RSpec and Capybara tests can be run in the terminal root:

$ rspec

##License MIT