|
**Users -** have an email as a primary key to login, profile image, level points, role, name, favorite tags and favorite recipes.
|
|
**Users -** have a email as a primary key to login, profile image, level points, role, name, favorite tags and favorite recipes.
|
|
**Recipes –** have a title, description, level difficult, user_id from user has made, status (‘P’ = pendent; ‘R’ = reproved; ’A’ = approved), numbers of likes in recipes, time of preparation, **steps **with title and description, **images **with a link and index saving the position in recipe, **tags **containing a title.
|
|
**Recipes –** have a title, description, level difficult, user_id from user has made, status (‘P’ = pendent; ‘R’ = reproved; ’A’ = approved), numbers of likes in recipes, time of preparation, **steps** with title and description, **images** with a link and index saving the position in recipe, **tags** containing a title.
|