You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After cloning the repo, create an .env file in the root path:
cp .env.example .env
Install the necessary npm packages:
npm install
Run the server in development mode:
npm run dev
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.
Dont forget to provide the authorization header for accessing the protected query
About
⚙️ ExpressJS + GraphQL starter with JWT Authentication