To install, run npm install
in this directory.
To start the server, run npm start
.
GET /books // Get all books
GET /books/:isbn // Get a specific book by ISBN
POST /books // Create a new book
PUT /books/:isbn // Update a book by ISBN
DELETE /books/:isbn // Delete a book by ISBN