FudgeInc / Fudge

Collaborative recipe app
2 stars 1 forks source link

Fudge

Fudge is a collaborative recipe app where people can add new recipes or build off of recipes already submitted by other users.

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Required User Stories

Nice to Have

Data Model

User

Atrribute Type
UserName String
ProfilePicture Image

Collection

Atrribute Type
Recipes Recipes[RecipeID]
Owner PFObject
Collaborators [PFUser]
Name String

Recipes

Atrribute Type
RecipeID Int
Name String
Picture Image
Description String
Picture Image
Steps [String]
Creator PFObject
Url NSUrl
Collections [String]