VeoScript / next-iron-session-prisma

Source code for Next JS with Prisma and next-iron-session authentication

Home Page:https://next-iron-session-prisma.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next JS with next-iron-session and Prisma ORM

Installation

yarn add next-iron-session
yarn add prisma @prisma/client

Prisma Migation

prisma migrate dev --name your-migration

Prisma Database URL using PostgreSQL

DATABASE_URL="postgresql://user:password@localhost:5432/database_name?schema=public"

Login Page

image

Sign Up

image

Homepage

image

About

Source code for Next JS with Prisma and next-iron-session authentication

https://next-iron-session-prisma.vercel.app


Languages

Language:JavaScript 99.6%Language:CSS 0.4%