This Rails 5 app is an easy-to-use app that mimics the functionality of the popular photo-sharing website, Flickr.
Important Note: Running the RSPEC command will delete all images, for cleanliness, except for those in the spec/fixtures/images folder
Manual Testing Note: spec/fixtures/images folder (mentioned above) contains test photos to use in the app (optional)
- In the Terminal, run:
git clone https://github.com/JPCodes/flickr-clone-rails
cd flickr-clone-rails
bundle install
rake db:create
rake db:migrate
rails server
- Then, in any modern browser, navigate to:
localhost:3000
- Github: JPCodes
- LinkedIn: Jim Padilla
- Rails
- Rspec
- ActiveRecord
- SimpleCov
- FactoryGirl
- Ruby
- JavaScript
- Bootstrap
MIT
Copyright (c) 2016 Jim Padilla