Skip to content

DRisdon/homecooked-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homecooked

A meal planning app

This app allows a user to plan out their meals by choosing recipes and inviting friends. Try it here. See the React front-end app here.

Tech

  • Ruby on Rails
  • React
  • Edamam API

Structure

  • 5 tables - users, dinners, invites, attendees, recipes
  • A user can be invited by the owner of the event, and then the invited user can accept. When a user accepts an invitation, the database entry for that invitation is deleted, after being copied to the attendee table in the db.
  • A user can search for recipes using the edamam API, and save them to a specific event.

Wireframes

Your meals: screen shot 2017-11-14 at 11 33 17 am A meal that friends have been invited to: screen shot 2017-11-14 at 11 39 29 am A meal with no guests yet: screen shot 2017-11-14 at 11 41 17 am Finding a recipe to add to a meal: screen shot 2017-11-14 at 11 44 01 am Viewing a recipe: screen shot 2017-11-14 at 11 45 23 am Friends list (reach goal): screen shot 2017-11-14 at 11 49 07 am Friend's meal list (reach goal): screen shot 2017-11-14 at 11 46 27 am

About

A social meal-planning app (back-end)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published