Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 5.02 KB

README.md

File metadata and controls

94 lines (71 loc) · 5.02 KB

썸네일

Growing-Pain (성장통)

IT업계 취준생을 위한 취준 기록 서비스

대학생 IT 연합동아리 코테이토 9기 프로젝트
개발 기간 : 2024.06 ~ 2024.08


👋 introduce team member

이름 대학교 역할 이메일
강다형 이화여자대학교 프론트엔드 [email protected]
조은솔 덕성여자대학교 프론트엔드 [email protected]
김나령 덕성여자대학교 백엔드 [email protected]
박윤하 홍익대학교 백엔드 [email protected]
김수윤 숙명여자대학교 기획 [email protected]
고지영 숭실대학교 기획 [email protected]
김현중 연세대학교 디자인 [email protected]

👨🏻‍💻 Key Features

9 10 11 12 13 14 15 16 17


🛠️ Tech

Tools

Git Github Figma Notion Discord IntelliJ IDEA VSCode

Frontend

React Tailwind CSS JavaScript Vite npm

Backend

Java Spring Spring Boot Spring Security Spring Data JPA

Database

MySQL Amazon RDS Redis

Storage

Amazon S3

Infrastructure

Amazon EC2

Dev/Ops

Github Actions


📊 Architecture

아키텍쳐


🎯 Commit Convention

  • feat: 새로운 기능 추가
  • fix: 버그 수정
  • docs: 문서 수정
  • style: 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
  • refactor: 코드 리팩토링
  • test: 테스트 코드, 리펙토링 테스트 코드 추가
  • chore: 빌드 업무 수정, 패키지 매니저 수정