Created a REST API that allows users to access and manage a database that contains a table of records for cafes located in England. I used Postman to test the API.
Request that gets all records of data:
Request that gets random record of data:
Request that searches for record based on location in parameters:
Request that adds new record to table:
Request that updates(PATCH)the price data of a record based on the id in parameters:
Request that deletes a record based on the id within the parameters: