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

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

Aug 24, 2023

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.