Prisma + GraphQL. Project Setup Pt2 : Apollo Server & Client.
So, the first part concluded with deployment of Prisma, and now it’s time to set up the Apollo Server to run on the backend, and Apollo Client on the FrontEnd.

Setting Up Apollo Server 2
Let’s start with installing the required dependencies. We’re going to run the npm install command from our backend folder.