Install all dependencies
npm install
Run the server
npm start
You can then start querying at localhost:3030/graphql
.
A service token is used to communicate securely between applications.
npm run generate-service-token --silent
JWT_SECRET_SESSION_COOKIE
environment variable to be set, and to be the same value as the running GraphQL server.
DOTENV_CONFIG_PATH=../.env NODE_OPTIONS="--require dotenv/config" npm run generate-service-token --silent