포스 프로그램(6)
-
[13] 음식점 포스 프로그램 - 프론트엔드 API 연동(2), 계좌 입출금, 음식 구매 연동 (로그 파일 삽입 포함)
지난 시간에는 고객 정보와 로그 관련 API를 연동 작업을 진행 하였습니다. 또한 React-Query와 Recoil 사용 하는 방법에 대해서도 알아가 보았는데, 이번 시간에는 마저 못한 부분 중 하나인 음식 정보 및 계좌 정보를 Front-End 개발자에게 넘겨줄 각각 인터페이스 개발을 이어서 진행 해보겠습니다. 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 de..
2023.10.29 -
[11] 음식점 포스 프로그램 - 백엔드 인터페이스 개발(5) - 인터페이스 개발(3), 음식 정보, 계좌 정보 와 로그 부분(2) Service와 Controller
지난 시간에는 고객정보와 로그 API를 구성 하였습니다. 이번 시간에는 음식 정보 및 계좌 정보를 Front-End 개발자에게 넘겨줄 각각 인터페이스 개발을 이어서 진행 해보겠습니다. 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 1. 프론트엔드 개발자에게 제공 해..
2023.10.29 -
[8] 음식점 포스 프로그램 - 백엔드 인터페이스 개발(2) - 데이터 조작 SQL 쿼리 설계
지난 시간에는 DataBase 스키마 설정을 해보았습니다. 따라서 이번 시간에는 Data.sql 에서 샘플 데이터 삽입한 내용을 SQL문을 활용하여 Mapper.xml을 넣어 보겠습니다. 이번 시간의 의미는 Back-End 설계에 해당되는 부분으로 설계 단계가 끝나면 인터페이스 개발을 이어 나갑니다. 지금은 토이 프로젝트이기 때문에 화면상에 개발된 내용에 필요로 하는 서비스 개발을 진행하도록 이어 나가겠습니다. (고도화 및 현재 필요로 하지 않는 SQL문 질의어와 관리자 페이지에서 필요로 하는 SQL문 제외) github: https://github.com/BerkleyLim/foodstor_pos GitHub - BerkleyLim/foodstor_pos: This is the program on fo..
2023.10.07 -
[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 -
[2] 음식점 포스 프로그램 - 개발 설정 : front, Back-End
이번 시간은 Front-End (React)와 Back-End (Java/Spring Boot) 설정을 시작하겠습니다. 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 이번 프로젝트는 TypeScript 기반의 프로젝트로 React-Query를 활용한 프론트엔드 개..
2023.09.20 -
[1] 음식점 포스 프로그램 - 요구사항 설정 및 설계
이번 시간에는 음식점에서 자주 쓰이는 키오스크안에 포스 프로그램을 제작 하고자 합니다 특이 사항으로는 잔액이 부족한 점을 확인 하기 위해 은행 입출금 조회 기능을 넣어 사용하는 주체자가 고객관점으로 개발이 되었습니다. 이 프로젝트는 토이프로젝트로 개발을 하는 것이 목적이며 실제 실무로 쓰는 모의 프로젝트로 생각하고 제작을 해보았습니다. Github 저장소 : https://github.com/BerkleyLim/foodstor_pos.git GitHub - BerkleyLim/foodstor_pos: This is the program on foot store pos machine. This is the program on foot store pos machine. . Contribute to Berkl..
2023.09.09