We have come to the end of part one of our chapter, where we created a robust and scalable RESTful foundation for our API. We learned how to create controllers, routes, and how to deal with Eloquent relationships.
We still have a lot of work ahead, as we need to deal with error messages, resources, and token-based authentication. In the next chapter, we will see how to accomplish this.