Skip to content

Apollo Server 2 & Prisma boilerplate with basic authentication & authorization sample

Notifications You must be signed in to change notification settings

mimukit/graphql-prisma-apollo-server

Repository files navigation

GraphQL Prisma Apollo Server

Simple graphql boilerplate with apollo server 2 & prisma. It inclueds basic authentication & authorization.

Requirements

Install prisma cli globally

npm i -g prisma

Installation

Clone this repo & cd into that directory.

Install npm packages

npm i

Then deploy to prisma server (you may need free prisma cloud account):

npm run prisma:deploy

Start development server:

npm run dev

Tools

  • apollo-server-express
  • express
  • dotenv
  • graphql
  • bcryptjs
  • jsonwebtoken

License

MIT

About

Apollo Server 2 & Prisma boilerplate with basic authentication & authorization sample

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published