An open API service indexing awesome lists of open source software.

https://github.com/alexwebgr/basket-challenge


https://github.com/alexwebgr/basket-challenge

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Basket challenge

`curl http://localhost:3000/products`

`curl -X PATCH -H "Content-Type: application/json" -d '{"product":{"price": 17.50}}' http://localhost:3000/products/4`

`curl -X POST -H "Content-Type: application/json" -d '{"items": "2 MUG, 1 TSHIRT"}' http://localhost:3000/carts`