Skip to content

yutasuzuki/nextjs-app-router-authjs-graphql-nexus

Repository files navigation

nextjs-app-router-authjs-graphql-nexus

Next.js(App Router) boilerplate.

Stack

  • TypeScript
  • Next.js
  • NextAuth.js
  • Prisma
  • MySQL
  • GraphQL
  • Nexus
  • Apollo Client
  • Apollo Server

Usage

install & setup

// install
npm i

// set up prisma
npx prisma db push

// create graphql schema
npm run build:nexus-typegen

start

npm run dev

other command

// Database reset & Prisma rebuild
npm run reset

// lint & Prisma format & prettier
npm run format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published