Skip to content

Ready to use starter app with NextJS 14 (App Router) and Prisma singleton instance with seeders integrated.

Notifications You must be signed in to change notification settings

kirilkirkov/nextjs-app-router-prisma-db-starter

Repository files navigation

Next 14 (App Router) + Prisma + TypeScript + TailwindCSS

Example of Prisma usage with singleton instance in NextJS 14 App Router Application

Ready to use starter

Getting Started

  • npm install
  • rename env.example to .env and fill with your credentials
  • npm run prisma migrate dev
  • npm run prisma:seed

Then, run the development server:

npm run dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

Requirements

  • Node.js >=18.17
  • NPM >=9.8.1
  • MySQL >=8.0.26

About

Ready to use starter app with NextJS 14 (App Router) and Prisma singleton instance with seeders integrated.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published