Code Monkey home page Code Monkey logo

project's Introduction

  • 예약 -> 발권

show 생성

http post localhost:8088/shows showName="showName1" totalCount=100 remainCount=100

book 생성

http post localhost:8088/bookings showId=1 qty=10 amount=30000 showName="showName1" bookStatus="Booked"

ticket 발권

http patch localhost:8088/ticketIssuances/2 issueStatus="Issued"

  • 비정상 예약

book 생성

http post localhost:8088/bookings showId=1 qty=1000 amount=30000 showName="showName1" bookStatus="Booked"

http get localhost:8088/bookings

  • 예약 -> 취소

book 생성

http post localhost:8088/bookings showId=1 qty=10 amount=30000 showName="showName1" bookStatus="Booked"

book 취소

http patch localhost:8088/bookings/1 bookStatus="Cancelled"

project's People

Contributors

ryuzzz avatar

Forkers

bluenakta

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.