참고 https://eastflag.co.kr/fullstack/rest-with-nodejs/node-rest_board_post/ angular, react, vue 등의 최신프런트엔드로 풀스택 개발 백엔드는 spring boot, Node로 프런트엔드는 react, angular, vue 의 최신프런트엔드를 사용하여 풀스택사이트 개발! eastflag.co.kr What to do? board entity를 추가/보기/수정/삭제하는 API를 만들어보자. https://duckgugong.tistory.com/226 API 설계 참고 https://eastflag.co.kr/fullstack/rest-with-nodejs/node-rest_board_post/ angular, react, vue 등의..
What to do? 입력과 출력을 담당할 controller를 만들어 모듈화하고 라우팅 모듈화를 하자. /api/[~] 형태의 URL을 가진 API를 만들어보자. https://duckgugong.tistory.com/225 IDEA에서 DataGrip 연결하기 + entity 설계 참고 https://eastflag.co.kr/fullstack/rest-with-nodejs/node-rest_entity/ angular, react, vue 등의 최신프런트엔드로 풀스택 개발 백엔드는 spring boot, Node로 프런트엔드는 react, angular, vue 의 최신프.. duckgugong.tistory.com 우선 위 링크를 참고하여 IDEA에서 entity를 설계하자. 컨트롤 모듈화 src..
참고 https://eastflag.co.kr/fullstack/rest-with-nodejs/node-rest_entity/ angular, react, vue 등의 최신프런트엔드로 풀스택 개발 백엔드는 spring boot, Node로 프런트엔드는 react, angular, vue 의 최신프런트엔드를 사용하여 풀스택사이트 개발! eastflag.co.kr IDEA + DataGrip https://duckgugong.tistory.com/221 DataGrip 사용법 + Docker Docker에 Local Maria DB 구동 https://duckgugong.tistory.com/220 개발환경 백엔드 개발툴 - IntelliJ http://www.jetbrains.comwww.jetbrains..
참고 https://eastflag.co.kr/fullstack/rest-with-nodejs/node-rest_typeorm/ angular, react, vue 등의 최신프런트엔드로 풀스택 개발 백엔드는 spring boot, Node로 프런트엔드는 react, angular, vue 의 최신프런트엔드를 사용하여 풀스택사이트 개발! eastflag.co.kr ORM? ORM이란 Object Relation Mapping의 약자로서 객체를 데이터베이스로 매핑해주는 것을 말한다. 객체 클래스 데이터베이스 테이블 객체 속성 데이터베이스 컬럼 MyBatis ORM? MyBatis ORM은 자바에서 사용되는 ORM이며 비즈니스 로직을 쿼리에 의존한다. 비즈니스 로직이란 생성, 수정, 삭제, 읽기를 말하며 객체..