Overview of backend API
As you know, we're running a Node.js server to serve our app at port 3000. This server also includes an API that will serve poster objects in a JSON payload for us to use in our project.
This API can be accessed with a GET request to the URL /search
. Let's try it out.
The API returned something, so if we now select "Raw Data", you can see that it actually returned an empty array.
Click to load comments...