Giter Site home page Giter Site logo

backend's Introduction

기술적 의사결정

1. 배포환경

  • AWS EC2
  • Ubuntu 20.04
  • NGINX

2. DB

  • MySQL

3. 보안

  • Spring Security
  • JWT

4. CI / CD

  • GitHub Actions
  • Amazon CodeDeploy

Architecture

Ground Rule

1. Code Convention

  • 변수 이름 : camelCase
  • 메서드 이름 : camelCase, 동사로 시작

2. Branch 전략

  • Github Flow : CI/CD 환경에서 편의성을 위해 main 브랜치에 바로 배포
  • 단, 테스트 충분히 돌리고 merge 해주세요.

3. Commit 메시지 규칙

feat : 새로운 기능 추가, 기존 기능을 요구 사항에 맞추어 수정

ex) git commit -m "feat : 대댓글 CRUD 구현"

fix : 버그 수정

ex) git commit -m "fix : cors 관련 config 클래스 수정"

build : 빌드 관련 수정

chore : 패키지 매니저 수정, 그 외 기타 수정

ex) .gitignore

ci : CI 관련 설정 수정

docs : 문서(주석) 수정

ex) git commit -m "docs : README.md 규칙 추가"

style : 코드 스타일, 포맷팅에 대한 수정

refactor : 기능의 변화가 아닌 코드 리팩터링 ex) 변수 이름 변경

test : 테스트 코드 추가/수정

release : 버전 릴리즈

backend's People

Contributors

slackjawed12 avatar fghij7410 avatar hyukjin1210 avatar

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.