Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epoch/pantrychef
First Project for GA
https://github.com/epoch/pantrychef
Last synced: 23 days ago
JSON representation
First Project for GA
- Host: GitHub
- URL: https://github.com/epoch/pantrychef
- Owner: epoch
- Created: 2014-12-10T06:33:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T04:38:04.000Z (about 10 years ago)
- Last Synced: 2024-10-25T01:38:58.812Z (2 months ago)
- Language: Ruby
- Size: 596 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PantryChef
Purpose:
-Give you recipes based on what ingredients you already have
-Allow you to save recipes, take notes, and organise them
-Provides you with a shopping list of ingredients neededTarget users:
-People who don’t want to waste ingredients
-People who want to shop with purpose
-People who miss on shopping for vital ingredients
-People who want to keep track of recipes that they’ve used and liked
Technology used:
-Ruby on Rails
-HTTParty
-Yummly API
-Bootstrap
Models:
-User
-Recipe
-RecipeBox
Daily Accomplishments:
Mon 27/10/14
-able to take multiple ingredients
-created models and associations
-created a join table and able to make many to many associations
-able to save recipe into a user-selected recipe box
-added user login, restricted save recipe if not logged in
-able to identify which user is logged in
Tue 28/10/14
-able to save recipes to user made recipe boxes
-able to show recipes from inside the recipe box
-able to save recipes from ‘recipes#show’ and ‘external#show’ pages
-have dashboard of all recipes saved by a user
-able to add and edit notes (user-based)
-able to search using up to 5 ingredients
Wed 29/10/14
-generate and print shopping listThurs 30/10/14
-added allergy parameters
-Bootstrap and CSS
-validations
-CRUD on Recipe Boxes
Links
Github link: https://github.com/jammiii/PantryChef
Heroku link: http: //pantrychefproj.herokuapp.com/