Skip to content

Latest commit

 

History

History
106 lines (81 loc) · 5.61 KB

README.md

File metadata and controls

106 lines (81 loc) · 5.61 KB

깊은산 골짜기 로고

깊은산골짜기

  • Team name : 재주희하윤본
  • Project : 깊은산 골짜기
  • Project duration : 2024.07.01 - 2024.08.14
  • Team members : 이주원(팀장), 김하은, 양윤수, 이재빈, 구본헌, 황희태
  • Functional Requirement: 요구사항 명세서
  • API Specification: API 명세서
  • PPT: PPT

배포주소 : https://djw9hdrinhwdq.cloudfront.net/intro

구본헌 이재빈 황희태

💗 BackEnd

이주원 (Lead) 김하은 양윤수

About our Project

⚙️ Tools

Communication Tools

GitHub Discord Notion GitHub Projects

Frontend Tools

React TypeScript Tailwind CSS Zustand Axios Chakra UI GitHub Actions

Backend Tools

Spring Boot Spring Security MapStruct Hibernate Prometheus Grafana Docker AWS


🌲 Git Branch - Frontend Repository

main : 서비스 운영 브랜치
develop : FE 개발 환경 브랜치
feat/기능명 : 기능 개발 브랜치 ex) feat/Login
fix/버그명 : 버그 수정 브랜치 ex) fix/Login
refactor/모듈명 : 리팩토링 브랜치 ex) refactor/Login


🌲 Git Branch - Backend Repository

main : 서비스 운영 브랜치
develop : BE 개발 환경 브랜치
feat/기능명 : 기능 개발 브랜치 ex) feat/Auth
fix/버그명 : 버그 수정 브랜치 ex) fix/Database
refactor/모듈명 : 리팩토링 브랜치 ex) refactor/Auth