API 썸네일형 리스트형 Express를 이용한 MongoDB RESTful API 서버 만들기 준비 사항 - MongoDB 설치, 서버 가동 - MongoDB GUI Tool - Robo 3T 설치 Http 메소드와 Endpoint에 따른 요청을 정리하면 다음과 같다. HTTP Methods /articles /articles/sports GET Fetches all the articles Fetches the article on sports POST Creates one new article - PUT - Updates the article on sports PATCH - Updates the article on sports DELETE Deletes all the articles Deletes the article on sports 1. 기본 프로젝트 세팅 const express = requ.. 더보기 이전 1 다음