.env file in the root directory and configure the necessary environment variables:/books Get all books POST /books Add a new book GET /books/:id Get details of a book POST /reviews/:bookId Add a review for a book GET /reviews/:bookId Get reviews for a book.Posted Aug 14, 2024
Express Book Review App lets users browse, review, and rate books, offering an intuitive platform for book lovers to share insights and discover new reads.