This project has been archived. If you're curious, check out one of my latest courses:
If you work with JavaScript, check out the fetch use cases and JavaScript projects.
Thank you! — Jad Joubran
In this tutorial, we will build a consummable API route that displays a list of Posts.
We will start by creating integration tests, then we'll proceed into creating the Model, Controller & API route. Last but not least, we will write a sample Angular service that consumes the Posts.