/graphql-server

A practical GraphQL Server with Modularization and Authentication

Primary LanguageJavaScript

Need help understanding this codebase? Read this tutorial

GraphQL Server

A practical GraphQL Server with Schema and Resolvers Modularization, Authentication, and Resolvers Composition.

Install dependencies

Run npm install from the root to install server dependencies.

Scripts

npm start

Opens the server on PORT 5000

npm run server

Opens the server in dev mode on PORT 5000