stephencweiss / vercel-prisma-sample-blog

https://vercel.com/guides/nextjs-prisma-postgres

Home Page:https://vercel-prisma-sample-blog-sweiss.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fullstack Authentication Example with Next.js and NextAuth.js

This is the starter project for the fullstack tutorial with Next.js and Prisma. You can find the final version of this project in the final branch of this repo.

Common Prisma commands

# Open Studio
% npx prisma studio
# push the database - should be run to keep local and remote dbs in sync
# when no longer prototyping, prefer migrate - https://www.prisma.io/docs/concepts/components/prisma-migrate
% npx prism db push
# Generate - should be run any time the schema changes
% npx prisma generate

About

https://vercel.com/guides/nextjs-prisma-postgres

https://vercel-prisma-sample-blog-sweiss.vercel.app


Languages

Language:TypeScript 100.0%