Giter Club home page Giter Club logo

dnd-5th-5-backend's Introduction

[ALA] dnd-5th-5-backend

"ALA" 프로젝트 소개

내가 모르던 나를 알아가는, 나를 표현하는 한 줄 SNS

아키텍처

architecture

[More] AWS DevOps Version
* 비용문제로 AWS -> GCP로 변경

architecture

기술스택

기술 버전
Google kubernetes Engine
Google Cloud Registry
Google Cloud Load Balancer
Docker
SpringBoot 2.5.2
Spring Rest Docs
Gradle 7.1.1
JPA
Junit5
MongoDB

Git 브랜치 전략

자세히 보기
참고) 우아한 형제들 기술 블로그 - 우린 Git-flow를 사용하고 있어요

  • main : 배포시 사용하는 브랜치
  • develop : 다음 출시 버전을 개발하는 브랜치
    • 다음 릴리즈를 위해 언제든 배포될 수 있는 상태
    • 하나의 기능 구현이 끝나면, develop 브랜치로 병합할 것
  • feature : 기능을 개발하는 브랜치
    • 기능을 완성할 때 까지 유지하며, 완성시 develop브랜치로 merge
    • feature는 이슈번호를 기준으로 생성
    • Ex) feature-2/example
  • release : 릴리즈를 준비하는 브랜치(QA)
  • hotfix : 배포 버전에서 생긴 문제로 긴급한 트러블 슈팅이 필요할 때 개발이 진행되는 브랜치

Branch Strategy

Commit Message 컨벤션

자세히 보기
  • Add : 클래스, 설정파일 등의 새로운 파일 추가
  • Feat : 새로운 기능 추가
  • Docs : 문서 수정
  • Test : 테스트 코드 작성
  • Chore : 기타 변경 사항(빌드 스크립트 수정 등)
  • Fix : 올바르지 않은 코드를 고친 경우
  • Update : 수정, 추가, 보완(주로 코드가 아닌 버전 업데이트)
  • Refactor : 코드의 리팩토링
  • Remove : 코드의 삭제
ex) Feat: jwt 토큰 발행 기능

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.