Application Requirements

Let's discuss what we've created up until now and what we'll do to connect the frontend and the backend to build the complete application.

Application review

Before we begin integrating our backend into our frontend, let’s quickly review what we’ve already developed.

Frontend

We created a Next.js application using TheMealDB API that has the following functionalities:

  • Show meal categories on the home page of our application.

  • Click the meal categories to display the meals of those categories.

  • Click the meal to show the details of the meal, including its recipe.

  • Create a new page to allow searching for meals in the database.

Get hands-on with 1200+ tech skills courses.