Giter Site home page Giter Site logo

lisajacobson / cook Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 1.8 MB

An app that gives you recipes you can make based on the ingredients you already have

Home Page: https://intense-retreat-4277.herokuapp.com/

License: MIT License

Ruby 19.21% JavaScript 59.38% CSS 20.13% HTML 1.28%

cook's Introduction

#What Can iCook

GA WDI DC August 2014, Project 3

###Overview iCook is a cooking app that gives you recipes you can make based on ingredients you already have. It was developed as a sample Rails project for the August 2014 Web Development Immersive course at General Assembly. It was developed over a one week sprint to model the agile software development process.

###Technologies Used

  • Ruby 2.1.1
  • Ruby on Rails 4.1.1
  • Yummly API
  • RSpec Rails gem for RSpec testing
  • Shoulda-matchers gem for testing
  • PostgreSQL Database
  • Devise gem for authentication and authorization
  • Autoprefixer gem to make CSS animations work
  • Javascript
  • Custom styling with CSS3 and HTML5

###User Stories Completed

  • As a user I can:
    • register for an account
    • sign in
    • sign out
    • view a list of searchable ingredients
    • select a single ingredient or a collection of ingredients
    • view my selected ingredient(s)
    • view a list of recipes (based on my ingredients)
      • recipe name and link for its search page on Google (the Yummly API does not require external links directly to the recipe itself)
      • Yummly 0-5 rating
      • recipe photo
    • click on a recipe name

###Backlog A full list of user stories can be found by looking at this Pivitol Tracker Project

###ERD

###Local Setup rake db:create bundle install rake db:migrate rake db:seed rails s

Open the page locally on http://localhost:3000.
Note that you will need to request access token and an API key for the Yummly API and replace them as appropriate within the code.

######Written by Lisa Snider

cook's People

Contributors

lisajacobson avatar

Stargazers

Darrin Dickey avatar

Watchers

 avatar

Forkers

jshawl

cook's Issues

error on rake db:seed

getting a NoMethodError: undefined method but the attributes seem to be named correctly and consistently so not sure what's going on.

error when creating standalone migration

I'm using this guide (http://www.jacopretorius.net/2014/03/adding-custom-fields-to-your-devise-user-model-in-rails-4.html) to create a name field and validate its presence to my user model, and am getting this error when I try to create the migration:
/Users/Lisa/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/activemodel-4.1.6/lib/active_model/validations/validates.rb:107:invalidates': You need to supply at least one validation (ArgumentError)`

The CLI command I ran was rails g migration AddFieldsToUsers. Looks like the argument error is in the active model gem file? Not sure what do to next.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.