Giter VIP home page Giter VIP logo

pre-onboarding-3rd-sns's Introduction

Hi 👋, I'm KIM SANG BAEK

안녕하세요, 백엔드 개발자 김상백입니다.


2021년까지 회사에서 회계/자금 관련 업무를 진행하다가 현재는 큐리어슬리의 백엔드 개발자로 근무중입니다:)


노션 이력서 :

Email : [email protected]



Languages, Tools and Skill:

aws css3 django docker git html5 linux mysql nginx postman python redis sqlite

pre-onboarding-3rd-sns's People

Stargazers

 avatar  avatar

Watchers

 avatar

pre-onboarding-3rd-sns's Issues

게시글 생성 api 개발

  • 제목, 내용, 해시태그는 필수 입력사항으로 설정
  • API 단에서 토큰에서 얻은 사용자 정보를 게시글 생성때 작성자로 설정
  • 해시태그는 #로 시작되고 , 로 구분되는 텍스트가 입력
    ex) { “hashtags”: “#맛집,#서울,#브런치 카페,#주말”, …}

개발환경 초기 세팅

  • pipenv 가상환경 설정
  • django 프로젝트 및 accounts, posts 앱 생성
  • 린트, 포메터 설정

게시글 수정 api 개발

  • 작성자만 수정할 수 있게 설정
  • title, content, hashtags 필드만 수정이 가능하게 설정

게시글 상세보기 api 개발

  • 모든 사용자에게 모든 게시물에 보기권한을 설정
  • 작성자 포함한 사용자가 게시글을 상세보기 하면 조회수가 1 증가할 수 있도록 설정
    • 횟수 제한 없음

게시글 상세보기 api 좋아요 기능 개발

  • 작성자를 포함한 사용자가 특정 게시글에 좋아요를 누를 수 있는 기능
  • 좋아요된 게시물에 다시 좋아요를 누르면 취소될 수 있도록 설정
  • 게시글 목록 api에 좋아요 수 표시하기
  • 유저가 좋아요 목록을 확인할 수 있도록하기

JWT를 이용한 회원가입과 로그인 구현

  • email 필드 유효성 검사 후 회원가입 기능 진행
  • 로그인 성공 시, access token과 refresh token 발급
  • refresh token를 넣고 POST로 요청 시, access token 및 refresh token 재발급 기능 구현

게시글 목록 api 정렬 기능 개발

  • 사용자가 게시글 목록을 원하는 값으로 정렬할 수 있도록 설정
    • default: 작성일 / 작성일, 좋아요 수, 조회수 중 1개 만 선택가능
  • 오름차순, 내림차순 선택 가능하도록 설정

게시글 목록 api 개발

  • 모든 사용자는 모든 게시물에 보기 권한이 있도록 설정
  • 게시글 목록에 제목, 작성자, 해시태그, 작성일, 조회수 포함하도록 설정

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.