Grammable is a simple Instagram clone built using automated software tests (Test-Driven Development) in Ruby.
First, run bundle install:
bundle install
Second, create a database:
rake db:create
rake db:migrate
Third, start your local host:
rails s