Skip to content

⚙️ ExpressJS + GraphQL starter with JWT Authentication

Notifications You must be signed in to change notification settings

ermal-abiti/express-graphql-auth

Repository files navigation

Express + GraphQL Starter with JWT Authentication

graphql

  1. After cloning the repo, create an .env file in the root path:
cp .env.example .env

  1. Install the necessary npm packages:
npm install

  1. Run the server in development mode:
npm run dev

  1. Run the provided queries that are stored into queries.graphql file that is located. Install a graphql client (ex. Altair GraphQL Client) and paste the queries from the file. altair Dont forget to provide the authorization header for accessing the protected query

About

⚙️ ExpressJS + GraphQL starter with JWT Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published