Skip to content

A clone of Flickr using Ruby-on-Rails (Epicodus Rails Week 2 Two-Day)

Notifications You must be signed in to change notification settings

codemargaret/imagr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imagr

A clone of Flickr, 11.30.2017

By Margaret Berry and Dan Danilyuk

Setup and Installation Instructions

This app was created with Ruby 2.4.1

Run the following commands in Terminal:

  1. $ git clone this repository
  2. $ cd imagr
  3. $ bundle install
  4. $ rake db:create
  5. $ rake db:test:prepare
  6. $ rake db:migrate
  7. $ rails s to start the server, then navigate to localhost:3000 in your browser.

User Stories

  • As a user, I want to...
  • Create an account.
  • Sign in and out.

Future Features

  • Add, update, and delete photos.
  • See photos I have added.

Project Goals

  • Practice user authentication.
  • Use the simplecov gem.

Bugs

Currently, a user cannot add or view photos.

Technologies Used

  • Ruby-on-Rails
  • ActiveRecord

Support and contact details

If you have any updates, questions, or suggestions please contact Margaret or make a contribution.

License

This software is licensed under the MIT license.

Copyright (c) 2017 Margaret Berry and Dan Danilyuk

About

A clone of Flickr using Ruby-on-Rails (Epicodus Rails Week 2 Two-Day)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published