A simple graphql server that displays DnD information including character data, classes, races, and equipment.
Environment Variables
Use the .env.example
file as a basis for your environment variables.
Simply copy the .env.example
to .env
and replace the temporary variables with
actual values.
yarn install
yarn start
Application should be accessible at localhost:[PORT FROM .env]/graphiql
For information on how to query graphql servers, use the Graphql Learn Documentation for information.
Uses DnD Api developed by Adrian Padua.