A repo to host remoting assessment for full stack web developer
An API with a Web App that utilizes the API.
It is an online library where users can view books, locate authors and leave their own reviews on book.
With the search functionality, you can easily locate authors and books.
Books can be added from an external service making POST request to the endpoint ###### 'http://127.0.0.1:8000/api/books' or from a browser in the Web App.
To make a POST, PATCH or DELETE request, there needs to be a JWT authorization.