Model_CategoryModel - Laterality/yummy-dishes-REST GitHub Wiki

CategoryModel에 λŒ€ν•΄ μ„€λͺ…ν•˜λŠ” λ¬Έμ„œμž…λ‹ˆλ‹€.


μ •μ˜

_id
string
μ‹λ³„μž
name
string
μΉ΄ν…Œκ³ λ¦¬λͺ…
products
Array<ProductModel>
ν•΄λ‹Ή μΉ΄ν…Œκ³ λ¦¬μ— μ†ν•œ μ œν’ˆ λ°°μ—΄

Example

{
	"_id": "59930dcbd5b72c3903bd405d",
	"name": "짭지",
	"product": [
		{
			name: "product1",
			price: 2000,
			...
		},
		...
	]
}
⚠️ **GitHub.com Fallback** ⚠️