Please enable JavaScript.
Coggle requires JavaScript to display documents.
CookBook, client, Domains, API (Rest full) - Coggle Diagram
CookBook
recipe
create
update
delete
favorite
share
comment
bookmark
rating
create recipe
name
number of servings
updatable
cooking time
ingredients
preparation steps
addable, updatable, removable
cover
recipe list
recipe categories
search
top recipes
view
grid view
list view
profile
user setting
favorite recipes
my recipes
Authentication
login
register
client
Profile
Edit Profile
own recipes
followed categories
favorite recipes
base layout
header
footer
main template for pages
not found
Home
Hero
Top Categories
selected Category Recipes
Categories
List
Page
favoriteCategory
Recipe
Edit
create
view
auth
login
register
Domains
recipe
name
cover
number of servings
cooking time
ingredients
preparation steps
creator
comments
favorites
shares
rate
comments
author
comment
rate
date
recipe id
categories
name
description
cover
recipes count
followers
user
login
register
profile
avatar
name
email
favorites
following categories
recipes
password
API (Rest full)
recipe
GET :: getRecipe
POST :: createRecipe
POST :: favoriteRecipe
PUT :: update recipe
PUT :: updateRecipeName
PUT :: updateRecipeCover
PUT :: updateRecipeNumberOfServing
PUT :: updateRecipeCookingTime
PUT :: updateRecipeIngredients
PUT :: updateRecipePrepartionSteps
DELETE :: removeRecipe
POST :: shareRecipe
GET :: getRecipeList
categories
GET :: getCategoryList
paginate
GET :: serach
GET :: getTopCategories
POST :: followCategory
POST :: createCategory
user
GET :: getProfile
PUT :: updateProfile
PUT :: updateProfileName
PUT :: updateProfileAvatar
PUT :: updateProfileEmail
GET :: getUserList
auth
POST :: login
POST :: register