API project. It uses Express.js to list books and search through authors and genres
The API URL is http://localhost:3000/. You can change the port number in the app.js file.
Get Books
Get Authors
Get Genres
Get Books by genre - replace {genre name} with actual genre name
http://localhost:3000/genres/ {genre name}
Get Books by Author - replace {author name} with actual author name
http://localhost:3000/authors/ {author name}
http://localhost:3000/books/search
Parameters
authors
genres
You can use a script inside the folder "postman-scripts" to test ypur API calls