An open API service indexing awesome lists of open source software.

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.

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:seed

Then, 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