Design: Library Management System
Focus on CRUD operations for books and users. Exclude advanced features like recommendation engines or digital content management.
Functional Requirements
Non-Functional Requirements
Jump into concepts and practice - no test required
Client | v API Gateway | v Auth Service | v Database (Books, Users) | v Cache Layer (Redis) | v Logging & Monitoring
if book_id exists:
delete book
return 'Deleted'
else:
return 'Not Found'
What will be the output if book_id does not exist?