After completing much of the site in the previous chapter, it’s time to set it up so it can accept data from the backend. We start this chapter by learning how to set up the Contentful CMS. Next, we will create the Places component. We are also going to use the data stored in the Contentful CMS in the Places component.
Setting Up Contentful
It’s time to display data in our project. We can do this with internal data, but we will use a headless CMS (Content Management System) to store our data ...