This repository provides a boilerplate to quickly set up a Next.js demo application with Prisma Postgres and Prisma ORM, and deploy it to Netlify. It includes an easy setup process and example routes that demonstrate basic CRUD operations against the database.
For the deployment on Netlify, you can use the Prisma Postgres extension for Netlify.
- Next.js 15 app with App Router, Server Actions & API Routes
- Data modeling, database migrations, seeding & querying
- CRUD operations to create, view and delete blog posts
- Pagination, filtering & relations queries
If you want to go further, check out our Next.js app with Authentication example.
Follow the steps in USAGE.md to set up this starter template, connect it with Prisma Postgres and deploy to Netlify.