Skip to content

SOMONSOUM/graphql-apollo-server-v4-prisma

Repository files navigation

graphql-boilerplate-with-subscription-and-authentication

A boilerplate that will help you to build a GraphQL server with authentication and subscription using Node.js, Express, Prisma(MySQL DB), GraphQL, Apollo Server, JWT(Jose), and GraphQL Subscriptions.

Setup

  1. NodeJS Version
nvm use 16.14.0
  1. Clone the repository and install the dependencies.
git clone https://github.com/SOMONSOUM/graphql-apollo-server-v4-prisma.git

cd graphql-apollo-server-v4-prisma
yarn install
  1. Run Redis(Optional)
docker-compose up -d
  1. Run Dev Server
yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published