sunnycake / foodAPI_project4

0 stars 0 forks source link

set up db directory, define db schema for food and drinks #6

Closed abdala2020 closed 4 years ago

abdala2020 commented 4 years ago

Created two tables - food and drinks. using peewee. established the relationship. (each food is associated with a particular drink) please review and give me a feed back thanks.

jx4515ga commented 4 years ago

I think that's good, but as talked about today we will be only using the food_name, recipe_link, drink_name, and drink_photo and that will be the order that we will get in the output when running the program.