Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Vue Foundations > Lesson 26

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.


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom