- Python 3.8
$ pip install -r requirements.txt
$ python -m flask --app main run
http://127.0.0.1:5000/<연>/<월>/<일>
로 접근시 JSON 양식으로 작성된 해당 일자의 판매 데이터를 받을 수 있다.
application/json:
schema:
type: array
items:
type: object
properties:
InvoiceNo:
type: string
StockCode:
type: string
Description:
type: string
Quantity:
type: integer
InvoiceDate:
type: string
UnitPrice:
type: number
CustomerID:
type: number
Country:
type: number