Skip to content

My first project to learn Next.js. Based on Next-Auth template from Next.js website. Using Prisma ORM (with Postgresql) & Chakra UI.

Notifications You must be signed in to change notification settings

funder7/nextjs-auth-postgres

Repository files navigation

Next.js + PostgreSQL Auth Starter

This is a Next.js starter kit that uses NextAuth.js for simple email + password login, Prisma as the ORM, and a Postgres database to persist the data.

Based on the Next.js Postgres Auth Starter with Drizzle template.

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

In second place, launch docker compose to instantiate the required services:

docker compose up -d 

Finally, initialize the db with:

pnpm migrate

Learn More

To learn more about Next.js, take a look at the following resources:

About

My first project to learn Next.js. Based on Next-Auth template from Next.js website. Using Prisma ORM (with Postgresql) & Chakra UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages