Using Netlify to deploy a Next.js, PostgreSQL, & Redis app



Using Netlify to deploy a Next.js, PostgreSQL, & Redis app

Using Netlify to deploy a Next.js, PostgreSQL, & Redis app

Join us for a walk through from Dewan Ahmed about how use Netlify to deploy a Next.js, PostgreSQL, & Redis app šŸŽ‰

This tutorial guides you through deploying a Netlify web application with an Aiven for PostgreSQLĀ® and Aiven for RedisĀ® backend.

The sample application used in this tutorial is a cooking recipe library displaying open source recipe data. It’s built in Next.js, which can be deployed to Netlify with ease, and connects to PostgreSQL with Prisma and Redis with ioredis.

The source code for the application is available on GitHub at https://github.com/Aiven-Labs/nextjs-netlify.