$(document).ready(function() { show_order() }) function show_order() { fetch('/mars').then((res) => res.json()).then((data) => { console.log(data); alert(data["msg"]); }); } 1주차 - html css javascript 2주차 - jquery , ajax ,api 3주차 - python , 크롤링 , mongoDB 4주차 - 미니프로젝트1, 미니프로젝트2 5주차 - 미니프로젝트3. AWS ------------------------------------------------------------------------------------------------------..