https://github.com/alexwebgr/basket-challenge
https://github.com/alexwebgr/basket-challenge
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexwebgr/basket-challenge
- Owner: alexwebgr
- Created: 2025-02-18T17:06:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T18:14:42.000Z (over 1 year ago)
- Last Synced: 2025-02-18T18:29:18.301Z (over 1 year ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`