상세 컨텐츠

본문 제목

220929 팀프로젝트 시작

카테고리 없음

by hunss 2022. 9. 29. 23:50

본문

팀프로젝트 발제

튜터님들이 하나같이 강조하시는 게 CRUD

Create 생성

Read 읽기

Update 갱신

Delete 삭제 를 묶어서 하는 말이다.

 

MVT

Model

View

Templates

 

팀프로젝트를 할 때 중요한 점은 어떤 기술보다 플래닝이 더 중요한 느낌이다.

팀원들과 와이어 프레임 / ERD / API 작성했다.

 

와이어 프레임

https://www.figma.com/proto/kPn3gSrv4c8r1tIW7zXEZY/e1i4_instaclone_wireframe_v1.0?node-id=5%3A208&scaling=min-zoom&page-id=0%3A1&starting-point-node-id=5%3A208

 

ERD

 

API

https://docs.google.com/spreadsheets/d/1MLNpDRrXkBEfHgwunWxZxYNU6JZDrj47iCOTlf0Tf5s/edit?usp=sharing

 

[내일배움캠프] AI 3회차_A4_e1i4_api_doc

API 인스타 API 설계 페이지명,기능,Method,URL,request,response 회원가입 화면,- 회원가입,POST,/api/user/signup/{1},user_id, password, email, username 로그인(최초화면),로그인,POST,/api/user/login,user_id, password, email, userna

docs.google.com