Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Создаем мини rest api приложение, для обработки заказов (spring boot, web server - tomcat)

Основные endpoints:

GET localhost:8080/api/orders

GET localhost:8080/api/orders/uuid

POST localhost:8080/api/orders -H "Content-type: application/json" -d '{ "user_id":123, "product":"bananas", "price":123.0 }'

PUT localhost:8080/api/orders/uuid -H "Content-type: application/json" -d '{"user_id":2, "product":"apples", "price":100.90}'

DELETE localhost:8080/api/orders/uuid

About

rest apt service for process orders, hh homework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors