<aside> 💡 Contents

</aside>

<aside> 💡 Road-Map

</aside>


John Ahn

node_React diagram.html



*기본개념

-Rest Api에서는 다양한 메소드 지원

get :  리소스 가져오는 것

post: 리소스 만드는거

put : 리소스를 전체 업데이트(사용자의 정보 전체 수정)

patch: 리소스를 부분적으로 업데이트(사용자 정보중 생일만 수정)

delete: 리소스 삭제

Rest API 공식 문서 : https://docs.microsoft.com/ko-kr/azure/architecture/best-practices/api-design


설치 및 초기설정(Express)