📚 What does it do? This GraphQL API allows you to interact with a collection of books and their authors. You can query for specific books, authors, or even add new books and authors seamlessly.
🌟 Features: Fetch a list of all books or authors Retrieve details of a single book or author Add a new book or author to the collection
🛠️ Tech Stack: Express.js for building the server GraphQL for efficient data querying Node.js for server-side JavaScript runtime