Creating a Martial Arts Training App Part 2 - User Creation/Log InCome learn how to implement JWT authentication with: apollo server, httpOnly cookies, and prisma. But first, I'll make a brief detour into the apollo server context.
Creating a Martial Arts Training App Part 3 - Relay Pagination with Cursors, Edges, and NodesIn part 1 of this series, I described how to create a prisma model for a user and then a type definition for apollo server to access that user on the database. In this post, I get into relay style pagination with cursors.
Creating a Martial Arts Training App Part 1 - Set UpI'm working on a martial arts training app and journaling the process. In this post, I get into how I set up my app to use: NextJS, prisma JS, and Apollo Server.