- Clone the repository
- Install dependencies:
npm install - Start the server:
npm start
GET /books: Fetch all booksPOST /books: Add a new bookPUT /books/:id: Update a book by IDDELETE /books/:id: Remove a book by IDGET /books/recommendations: Get a random book recommendationPOST /books/:id/favorite: Mark a book as favorite