Skip to content

satawatnack/sop-smartshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sop-smartshop

API ร้านขายเครื่องดื่มแอลกอฮอล์

ดูเครื่องดื่มทั้หมด โดยการ GET

http://localhost:8080/drinks

ซื้อเครืองดื่มโดยใส่ id เครื่องดื่มแล้วจะแสดงค่าออกมาเป็นราคา โดยการ GET

http://localhost:8080/buy/1.0

ลงขายเครื่องดื่ม โดยการ POST ข้อมูลของเครื่องดื่มลงใน Body

ex.
{
"id": 7.0,
"name": "Johnnie Walker - Black Label 12 Year Old",
"price": 28.19,
"detail": "The colour black has always been associated with style and elegance."
}

http://localhost:8080/addDrink

จัดทำโดย นายศตวรรษ ธิติศุภกุล 60070093

About

Drink Shop api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published