Sample -Nodejs Application
Due August 14, 2025 11:59 PM
Instructions
You are building a small Library Management API for a local community library.
The application should allow library staff to:
- View all books
- Add a new book
- Search for a book by title
- Handle cases where a book is not found
- Simulate both synchronous and asynchronous operations (database access simulation)
Reference materials
only backend