Skip to content

monolayer/postgres-prisma-starter

Repository files navigation

Next.js Starter Template with Postgres and Prisma

Tech Stack

Requirements

  • Docker in installed in your local development environment.

Getting Started

mkdir postgres-prisma-starter
cd postgres-prisma-starter
npx degit https://github.com/monolayer/postgres-prisma-starter
npm install

Running Locally

Start the development database server with:

npx monolayer start dev

Then, run the database migrations and seed the database:

npm run db:bootstrap

Finally, run the Next.js development server:

npm run dev

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published