Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 213 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 213 Bytes

Install

make

Run

bin/cart-service -c cfg/config.example.yml

Test

make test

Routes

POST@/addToCart Data example {"items":[{"quantity":1,"itemId":1}]}

GET@/getCart

DELETE@/cart