📚 Books API Manager

Full CRUD Operations: GET, POST, PUT, DELETE

PORT: 3000 (Internal)
📡 Available Endpoints:
GET /books - List all books
GET /books/:id - Get single book
POST /books - Add new book
PUT /books/:id - Update book
DELETE /books/:id - Delete book