Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Boilerplate repo for NextJS, Prisma, and TypeGraphQL all in one project

License

Notifications You must be signed in to change notification settings

Mentra/nextjs-prisma-typegraphql

Repository files navigation

nextjs-prisma-typegraphql

A boilerplate with Next.js, Prisma, and TypeGraphQL, all running together.

Necessary Software

  1. Docker
  2. Node.js

Setup

  1. npm install
  2. npm run db:create
  3. npm run db:start
  4. npm run db:migrate
  5. npm run db:seed
  6. npm run dev
  7. Use the default credentials found in prisma/seed.ts to log in on the /login page
  8. Success!

About

Boilerplate repo for NextJS, Prisma, and TypeGraphQL all in one project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published