khalid-talakshi / dnd-graphql

A GraphQL server for managing dnd player information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dungeons and Dragons GraphQL API

Join the chat at https://gitter.im/dnd-graphql/Lobby Status: Not Ready for use (still in development)

A simple graphql server that displays DnD information including character data, classes, races, and equipment.

Getting Started

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.

Credits

Uses DnD Api developed by Adrian Padua.

About

A GraphQL server for managing dnd player information

License:MIT License


Languages

Language:JavaScript 100.0%