본문 바로가기

프로젝트/장고와함께하는야생생활 임당귀

A2조 장고와 함께하는 야생 생활 - Django_Project S.A

 

프로젝트 GitHub

https://github.com/sdoram/Django_team_project

 

GitHub - sdoram/Django_team_project: A2조 장고와 함께하는 야생 생활 장고 프로젝트

A2조 장고와 함께하는 야생 생활 장고 프로젝트. Contribute to sdoram/Django_team_project development by creating an account on GitHub.

github.com

 

프로젝트 명 

  • 임금님 귀는 당나귀 귀 

설명

  • 개발자 간의 정보 공유 커뮤니티입니다.
  • 코딩을 좋아하는 사람끼리 부담 없이 이야기를 나눌 수 있는 공간을 제공합니다.

노션 링크

https://oil-single-f3b.notion.site/c4b04843c09142888d8c9b3d258979e4

와이어 프레임 

https://www.figma.com/file/ZPYjCQWvWuOiSSGGY6b3io/Untitled?node-id=0-1&t=DzTp4Ul2iqrkmwQ2-0 

 

메인 페이지

 

유저 페이지

 

 

게시글 페이지



ERD

 

API 명세

기능  Method url request response
회원가입 POST /sign-up user_id, password, password2, email, gender, name 로그인페이지
로그인 POST /sign-in user_id, password 메인페이지
로그아웃 POST -   메인페이지
마이페이지 조회 GET /mypage/{user_id}   마이페이지
마이페이지 프로필 수정 PUT /mypage/{user_id} user_id, password, email, gender, name 마이페이지
게시글 작성 POST /newpost/{post_id} main_content, title, category 게시글조회
게시글 리스트 GET /posts/    
게시글 조회 GET /post_view/{post_id}   -
게시글 수정 PUT /newpost/{post_id} main_content, title, category 게시글 조회
게시글 삭제 DELETE -   게시글 리스트
카테고리 필터 POST /posts/{category} category  
댓글 작성 POST - comment_content 게시글 조회
댓글 삭제 DELETE -   게시글 조회
댓글 수정 PUT - comment_content 게시글 조회