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

Latest commit

 

History

History
19 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 387 Bytes

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!