Back end(2)
-
[9] 음식점 포스 프로그램 - 백엔드 인터페이스 개발(3) - 인터페이스 개발(1), Mapper와 DTO 설계
지난 시간에는 SQL문 설계를 진행을 하였고, 이번 시간 부터 프론트 엔드 개발자에게 필요로 하는 고객 정보/계좌처리/음식메뉴/이벤트 로그 인터페이스 개발을 진행하겠습니다. github: https://github.com/BerkleyLim/foodstor_pos GitHub - BerkleyLim/foodstor_pos: This is the program on foot store pos machine. This is the program on foot store pos machine. . Contribute to BerkleyLim/foodstor_pos development by creating an account on GitHub. github.com 다음은 사용할 인터페이스를 설계를 우선으로 할..
2023.10.28 -
[7] 음식점 포스 프로그램 - 백엔드 인터페이스 개발(1) : Database schema 설계(H2 Database 기반)
지난 시간에는 Typescript 기반 React를 사용하여 Front-End 개발을 하였다. 지난 시간까지 한 작업은 Front-End 개발자로서 API 연동을 제외한 나머지 부분들은 프론트 엔드로만 개발자로서 할 수 있는 방법에 대해 넣어 보았습니다. 따라서 이번 시간에는 H2 활용 하는 방법이랑 DDL, DML을 활용하여 데이터 베이스 설계 작업을 실시 하겠습니다. github: https://github.com/BerkleyLim/foodstor_pos GitHub - BerkleyLim/foodstor_pos: This is the program on foot store pos machine. This is the program on foot store pos machine. . Contribu..
2023.10.07