Code Monkey home page Code Monkey logo

mono2msa's Introduction

monolith

참고:
Order 와 product 는 N:1 (다대일) 관계이다.

-- 주문 하기
http localhost:8088/orders productId=1 quantity=3 customerId="[email protected]" customerName="홍길동" customerAddr="서울시"

-- 주문 후 변경된 상품 수량 확인
http http://localhost:8088/orders/1/product

-- 주문 후 delivery 내역중 order 확인
http http://localhost:8088/deliveries
http http://localhost:8088/orders/1/delivery

-- 배송 완료하기
http PATCH localhost:8088/deliveries/1 deliveryState=DeliveryCompleted

-- 주문 취소 하기 http PATCH localhost:8088/orders/1 state=OrderCancelled

mono2msa's People

Contributors

signect avatar

Watchers

 avatar

Forkers

karnian

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.