Create a blog example with Next.js and React, powered by vercel.
Implement API endpoint with nextjs and Prisma, with PostgreSQL.
Prisma is an open-source ORM that dramatically simplifies data mdoeling, migrations, and data access for SQL databases in Node.js and TypeScript. Next.js blurs the lines between client and server. It supports pre-rendering pages at build time(SSG) or request time(SSR). Prisma is the perfect companion if you need to work with a database in a Next.js app.