shady-robot / next-blog

https://next-blog-orpin-six.vercel.app
1 stars 0 forks source link

Nextjs Playground

PartI - Next Blog

Create a blog example with Next.js and React, powered by vercel.

Nextjs blog

Part II - API Server

Implement API endpoint with nextjs and Prisma, with PostgreSQL.

Prisma

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.

References