Skip to content

Get started quickly with a Postgres database and a Next.js App Router application.

License

Notifications You must be signed in to change notification settings

jan-clockworkwp/postgres-next-starter

 
 

Repository files navigation

Next.js and Postgres Starter Template

Tech Stack

Getting Started

git clone https://github.com/vercel/postgres-next-starter
cd postgres-next-starter
pnpm install

Running Locally

Use the included setup script to create your .env file:

pnpm db:setup

Then, run the database migrations and seed the database:

pnpm db:generate
pnpm db:migrate
pnpm db:seed

Finally, run the Next.js development server:

pnpm dev

Open http://localhost:3000 in your browser to see the app in action.

About

Get started quickly with a Postgres database and a Next.js App Router application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.9%
  • JavaScript 1.3%
  • CSS 0.8%