This is a basic Instagram clone, a weekend project. The technologies I used are Rails, Rspec, Shoulda, Devise, OmniAuth, Paperclip.
-
clone the repo
-
bundle install
to install the dependencies -
bin/rake db:create
to create databases -
bin/rake db:migrate
to run migrations -
rails s
to run the server -
go to http://localhost:3000/
-
rspec
to run tests