Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 338 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 338 Bytes

nextjs-apollo-oauth-prisma

App build with Next.js, Apollo GraphQL and Prisma!

Home project - initial phase

Development

Install dependencies

npm install

Run prisma services

npm run start:prisma

Generate Prisma Datamodel

prisma deploy

Run Next.js and GraphQL Backend Server

npm start