Skip to content

Github Activity/Gists 과 함께 TIL (Today I Learned) 를 작성하는 SNS 프로젝트

Notifications You must be signed in to change notification settings

rxdcxdrnine/what-you-see-is-what-you-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what-you-see-is-what-you-git (WYSIWIG)

Github Activity/Gists 과 함께 TIL (Today I Learned) 를 작성하는 SNS 서비스


개발 환경

  • FE (Frontend) : React TypeScript
  • BE (Backend) : Java Spring
  • DB (Database) : MySQL (JPA)
  • ML (Machine Learning) : Pytorch(torchvision), Triton Inference Server, Flask

개발 절차

issue rule

  1. 목표로 한 개발/배포에 대해 issue 를 작성합니다.
  2. local repository 에서 issue 에 대한 branch 를 생성 후, 해당 기능을 위한 boiler-plate 를 생성/수정 후 branch 를 생성합니다.
  3. remote repository 로 push 후, 해당 branch 를 pull request 에 등록하고 issue 를 선택합니다.

해당 issue 에 대한 기능이 완료된 경우, PR 을 merge 하고 해당 개발 영역의 다음 개발/배포에 대해 issue 를 당일에 작성합니다.


branch rule

각 개발 파트 별 독립적인 브랜치로 기능을 구현하며, Git-flow 전략을 이용하여 develop/relase 브랜치에서 기능을 통합

image

https://nvie.com/posts/a-successful-git-branching-model/


화면 설계 (release/0.1.0)

로그인 및 유저 프로필 페이지

게시물 페이지 및 기록 확인 모달

작성 페이지 및 팔로우 페이지

About

Github Activity/Gists 과 함께 TIL (Today I Learned) 를 작성하는 SNS 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published