database

데이터베이스/MongoDB

조회(find), query연산자

Mock-Up Sample Data[ { "title": "article01", "content": "content01", "writer": "Velopert", "likes": 0, "comments": [] }, { "title": "article02", "content": "content02", "writer": "Alpha", "likes": 23, "comments": [ { "name": "Bravo", "message": "Hey Man!" } ] }, { "title": "article03", "content": "content03", "writer": "Bravo..

MellowHoney
'database' 태그의 글 목록