Giter Site home page Giter Site logo

backend-survival-week02's Introduction

백엔드 생존코스 2주차 과제

REST API 설계

예시

  • 게시글 조회 GET /posts
  • 게시글 작성 POST /posts
  • 게시글 수정 PATCH /posts/{id}
  • 게시글 삭제 DELETE /posts/{id}

로그인/회원가입

  • 로그인
  • 로그아웃
  • 회원가입

내 정보

  • 내 정보
  • 내 정보 수정

상품

  • 상품 목록
  • 상품 상세

상품 리뷰

  • 상품에 리뷰 작성
  • 상품에 리뷰 수정
  • 상품에 리뷰 삭제

장바구니

  • 장바구니에 상품 추가
  • 장바구니에 상품 삭제
  • 장바구니 (담긴 상품 목록)

주문하기

  • 주문하기
  • 주문 목록

질문과 답변

화면 URL과 API의 URL이 일치해야 할까? 달라야 한다면 그 이유는 무엇일까?

서버는 API 요청을 받을 때 사용자가 누구인지 어떻게 알 수 있을까?

API 요청으로 다른 사람의 정보를 함부로 볼 수 없게 하려면 어떻게 해야 할까?

backend-survival-week02's People

Contributors

moonkii avatar

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.