Question: Please write a simple REST backend service that allows retrieving a list of books from a library. This service also needs to provide Add method
Please write a simple REST backend service that allows retrieving a list of books from a library. This service also needs to provide Add method to allow adding new books to the library. You can assume a simple structure for the books (simply title, author, UUID, date added, and summary of the book would be sufficient).Create an Angular application that consumes the backend service above and provides a simple UI to show the books and adding new books to the library
Step by Step Solution
3.39 Rating (152 Votes )
There are 3 Steps involved in it
I will consider my db table as books and this is what i assume from your question books title VARCHAR50 author VARCHAR30 UUID INT PRIMARY date DATE summary VARCHAR500 here is your simple REACT script ... View full answer
Get step-by-step solutions from verified subject matter experts
