Skip to content

코드스쿼드 두번째 프로젝트, 투두리스트

Notifications You must be signed in to change notification settings

sudago/todo-max

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation


📜 TODO 리스트 프로젝트

  • 2023 코드스쿼드 마스터즈 Max에서 진행한 "TODO 리스트"를 구현하는 그룹 프로젝트
  • 미션 기간: 2023-07-10 ~ 2023-07-21

🧑🏻‍💻팀원 소개

프론트엔드 프론트엔드 백엔드 백엔드 백엔드 백엔드
푸반 아티 시오 Sully 지안 Charile

🖥️ 동작 화면



🔧️ 개발 환경

Front-End

  • VITE
  • Styled-Components
  • React
  • TypeScript

Back-End

  • Java: JDK 11
  • SpringBoot: ver. 2.7.13
  • MySQL: ver. 8.0.32
  • Amazon AWS: EC2, RDS

⚙️ 인프라 구조

Back-End

Github -> AWS EC2 -> AWS RDS (MySQL)


💾 ERD


🌎 API 명세서

기능 HTTP Method URL
todolist 가져오기 GET /api/
카드 등록 POST /api/task
카드 삭제 DELETE /api/task/:taskId
카드 수정 PATCH /api/task/:taskId
카드 이동 PATCH /api/task/process/:taskId
칼럼 생성 POST /api/process
칼럼 수정 PATCH /api/process/:processId
칼럼 삭제 DELETE /api/process/:processId
활동 기록 조회 GET /api/history
활동 기록 삭제 DELETE /api/history

🗂️ WIKI 문서

🤝 협업 전략

💾 DB

📓 API

About

코드스쿼드 두번째 프로젝트, 투두리스트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published