API Verbs App

This small app will make one of the 4 basic HTTP requests to the API-Verbs-App API: hhttps://api-verbs-app.onrender.com/

Each book's data will be sotred in the format:
{
book_id: 12,
title: Title of Book 12,
author: Author of Book 12,
category: Fantasy
}