Closed nginx500 closed 10 months ago
Task: https://github.com/learning-project-01/bookstore-app/issues/3
Create API for CatalogItem:
curl --location --request POST 'http://localhost:8080/catalogItems' \ --header 'Content-Type: application/json' \ --data-raw '{ "name":"Item Book Two", "price": 232.45 }'
List API for catalogItems
curl --location --request GET 'http://localhost:8080/catalogItems'
Task: https://github.com/learning-project-01/bookstore-app/issues/3
Create API for CatalogItem:
List API for catalogItems