Summary
In this chapter, we used the 8 step recipe to plan out our endpoints for retrieving all books in the database and retrieving a single book by ID. We then proceeded to creating and implementing those endpoints in our RESTful API.
Next, we will focus on the authentication endpoints.
Last updated