https://github.com/kirilkirkov/nextjs-app-router-prisma-db-starter
Ready to use starter app with NextJS 14 (App Router) and Prisma singleton instance with seeders integrated.
https://github.com/kirilkirkov/nextjs-app-router-prisma-db-starter
next-app-router nextjs nextjs-app-router nextjs-starter nextjs14 nextjs14-app-router nextjs14-starter nextjs15
Last synced: 4 months ago
JSON representation
Ready to use starter app with NextJS 14 (App Router) and Prisma singleton instance with seeders integrated.
- Host: GitHub
- URL: https://github.com/kirilkirkov/nextjs-app-router-prisma-db-starter
- Owner: kirilkirkov
- Created: 2024-02-06T08:24:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T14:18:10.000Z (over 1 year ago)
- Last Synced: 2025-01-10T03:19:00.614Z (6 months ago)
- Topics: next-app-router, nextjs, nextjs-app-router, nextjs-starter, nextjs14, nextjs14-app-router, nextjs14-starter, nextjs15
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:seedThen, run the development server:
```bash
npm run dev
```Open [http://localhost:3000](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