/Photogram

Photogram - almost like Instagram :)

Primary LanguageJavaScript

README

Photogram on Travis CI

Photogram - almost like Instagram :)

  • Ruby version 2.2.2 and Ruby on Rails 4.2.3

    Postgresql version 9.4

  • To run the app be sure that you have installed Ruby with Ruby on Rails and Postgresql and then in app folder write:

bundle install
rake db:migrate
rake db:seed
rails s
  • How to run the test suite
rspec