Skip to content

JPCodes/flickr-clone-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr Clone

photo-sharing web app. 16 Feb 2017

By Jim Padilla

Description

This Rails 5 app is an easy-to-use app that mimics the functionality of the popular photo-sharing website, Flickr.

Heroku

Coming Soon

Setup/Installation Requirements

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

Support and contact details

Technologies Used

  • Rails
    • Rspec
    • ActiveRecord
    • SimpleCov
    • FactoryGirl
  • Ruby
  • JavaScript
  • Bootstrap

License

MIT

Copyright (c) 2016 Jim Padilla

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published