Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 984 Bytes

README.md

File metadata and controls

54 lines (40 loc) · 984 Bytes

Backend

팀원 소개

Backend


Frontend


Skills

  • Java 17
  • Spring data JPA
  • Spring boot 3.1.3
  • Spring web
  • Lombok
  • Validation
  • Jwt
  • Mysql 8.0
  • Junit5
  • AWS Lightsail, RDS
  • Nginx
  • Docker-compose
  • Github Actions

Container execute

sudo docker-compose -f docker-compose-dev.yml up


Architecture

Allercheck

Git Convention

feat : 기능추가
fix : 버그 수정
refactor : 리팩토링, 기능은 그대로 두고 코드를 수정
style : formatting, 세미콜론 추가 / 코드 변경은 없음
chore : 라이브러리 설치, 빌드 작업 업데이트
docs : 주석 추가 삭제, 문서 변경!