Skip to content

Ready to use starter app with Nuxt 3 and Prisma singleton instance with seeders integrated.

Notifications You must be signed in to change notification settings

kirilkirkov/nuxtjs-prisma-db-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 6, 2024
53d2f5c · Feb 6, 2024

History

1 Commit
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024
Feb 6, 2024

Repository files navigation

Nuxt 3 + Prisma + TailwindCSS Starter

Example of Prisma usage with singleton instance in Nuxt 3 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.vue. 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 Nuxt 3 and Prisma singleton instance with seeders integrated.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published