Created an API with Python and Flask of Murder Myster books.
To view all novels in the API, after local host URL enter "/api/novels/all"
To query a single novel, enter an ID number following the local host URL. For example: http://localhost:5000/api/novels?id=1
Using jsonify to return the list of results and show them in the browser as JSON.