백엔드(12)
-
[nodejs] 5. nodejs + express 프로젝트 구성하여 리팩토링
안녕하세요. 지난 시간까지는 express의 대해 간단하게 서버 구축하여 각 api를 지정하여 예제로 연습을 진행해보았습니다. 본격적으로 프로젝트를 진행하기 앞써서 설계부분을 진행을 하여 구축하는 과정에서 차후 유지보수를 위해 진행하기 위해서 프로젝트 구조를 나누는 연습을 진행하겠습니다. Github : https://github.com/BerkleyLim/basic_nodejs GitHub - BerkleyLim/basic_nodejs: 이 프로젝트는 node.js 입문을 위한 프로젝트 중 하나입니다. 이 프로젝트는 node.js 입문을 위한 프로젝트 중 하나입니다. Contribute to BerkleyLim/basic_nodejs development by creating an account on ..
2023.11.26 -
[nodejs] 2. express Framework 도입 (router 적용 x)
지난 시간에는 express framework 없이 javascript로만 Node.js 코드를 구현해보았습니다. 이번 시간에는 Express Framework를 라우팅 적용 없이 진행해보겠습니다. https://github.com/BerkleyLim/basic_nodejs GitHub - BerkleyLim/basic_nodejs: 이 프로젝트는 node.js 입문을 위한 프로젝트 중 하나입니다. 이 프로젝트는 node.js 입문을 위한 프로젝트 중 하나입니다. Contribute to BerkleyLim/basic_nodejs development by creating an account on GitHub. github.com 0. Getting Started npm init npm install e..
2023.11.24 -
[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 -
[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 -
[6] CRUD 게시판 프로젝트 - Maven 버전 Spring Boot 설치 및 My-Batis 셋팅
Github 저장소 :https://github.com/BerkleyLim/project_board GitHub - BerkleyLim/project_board: Spring Boot + React CRUD형 게시판 만들기 프로젝트 안내서 Spring Boot + React CRUD형 게시판 만들기 프로젝트 안내서. Contribute to BerkleyLim/project_board development by creating an account on GitHub. github.com 개발 환경은 Front : React 기반 Back-End : Spring Boot 기반 DB : My-SQL 기반 지난 시간까지 React를 이용한 CRUD를 구현하였고, My-Batis 기반으로 SQL문 생성까지 진행하..
2023.07.12