Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1005 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 1005 Bytes

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: