A boilerplate with Next.js, Prisma, and TypeGraphQL, all running together.
- Docker
- Node.js
npm install
npm run db:create
npm run db:start
npm run db:migrate
npm run db:seed
npm run dev
- Use the default credentials found in
prisma/seed.ts
to log in on the/login
page - Success!