GithubHelp home page GithubHelp logo

jwp-shopping-order's Introduction

jwp-shopping-order

기능 목록 명세

  • 장바구니에 담은 상품을 주문할 수 있다
  • 사용자의 모든 주문 정보를 확인할 수 있다
  • 특정 주문의 상세 정보를 확인할 수 있다
  • 전체 회원 정보를 확인할 수 있다
  • 할인 정책을 적용할 수 있다
    • 주문에 해당하는 총 금액에 대해 금액 할인을 적용한다
      • 0 ~ 9,999 => 1% 할인
      • 10,000 ~ 19,999 => 2% 할인
      • 20,000 ~ 29,999 => 3% 할인
      • ...
      • 100,000 ~ => 10% 할인
    • 회원 등급별 할인을 적용한다
      • 브론즈 : 1% 할인
      • 실버 : 3% 할인
      • 골드 : 5% 할인

API

discount

HTTP Method URL 설명 HTTP Status
get /discount?price=price&memberGrade=memberGrade 할인 정보 조회 200

member

HTTP Method URL 설명 HTTP Status
get /members 전체 사용자 조회 200

order

HTTP Method URL 설명 HTTP Status
post /orders 장바구니 상품 주문 201
get /orders/{orderId} 주문 정보 조회 200
get /orders 주문 전체 조회 200

jwp-shopping-order's People

Contributors

iamjooon2 avatar woowabrie 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.