Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 645 Bytes

File metadata and controls

25 lines (18 loc) · 645 Bytes

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