Published onApril 7, 2023Insta-Next: Authentication with NextAuthnextjsreactnextauthprismaIn this part, let's try to implement authentication for our InstaNext app using NextAuth.js
Published onApril 4, 2023Insta-Next: Exploring APIs with React Queriesnextjsreactprismareact-queryapiLet's start building the backend APIs using Next.js and use React Queries to fetch them!
Published onApril 3, 2023Insta-Next: Constructing Database with PrismanextjsreactprismadatabaseIn this part, we will use Prisma to setup our database in PostgreSQL