In order for us to start, we require to have a clean Drupal 8.x installation.
Once this is set up, we will create our content type. For this chapter, we want to show some cars on our frontend.
In Drupal 8, we have the ability to use REST within Drupal core this means we don't need to develop this functionality as its available within Drupal 8 core just by enabling a few core modules, which we will cover in this chapter.