skirill430 / Quick-Shop

CEN3031 Project
http://quickshop.hopto.org
0 stars 0 forks source link

Add an API for testing purposes #16

Closed skirill430 closed 1 year ago

skirill430 commented 1 year ago

Implement a store API on the back end that will receive a request from postman and generate a response

skirill430 commented 1 year ago

Complete. You can now send post requests through postman to http://localhost:9000/walmart to search for a shopping item and the back end will return a list of items from the first page of the walmart API to postman in a JSON format.