REST API의 HTTP 메소드를 axios에서 사용할 수 있음
axios 설치
npm install axios
yarn add axios
axios 사용
axios.get(url,[config])