-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[서브태스크] 개발환경 설정 #18
Comments
프로젝트 패키지 구조 참고 |
kkho9654
added a commit
that referenced
this issue
Mar 31, 2024
This was referenced Apr 1, 2024
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
개발 환경 설정
개발 도구 및 프레임워크 선택(5): 프로젝트의 요구 사항에 맞는 개발 언어, 프레임워크 및 라이브러리 결정
개발 언어 : Java
프레임워크 : Spring
라이브러리 : JPA, JUnit
DB : MySQL
버전 관리 시스템 구축(5): Git
로컬 개발 환경 구축(5): 개발자 각자의 컴퓨터에서 개발을 진행할 수 있도록 로컬 환경 설정 품질 보증 및 테스팅
Docker : ubuntu 20.04.2 LTS
데이터베이스 설계 및 최적화(5): 효율적인 데이터 저장 및 조회를 위한 데이터베이스 설계 및 쿼리 최적화
API 설계(5): 프론트엔드와 백엔드 간의 통신을 위한 RESTful API 설계
자동화된 테스트 작성(4): 단위 테스트, 통합 테스트
코드 리뷰 프로세스 설정(5): 팀 내에서 코드의 품질을 유지하기 위한 코드 리뷰 프로세스 구축
Github PR 시 코드 리뷰
성능 테스팅(1): 시스템의 부하 테스트 및 성능 최적화를 위한 테스팅 진행
The text was updated successfully, but these errors were encountered: