A GraphQL API for World of Warcraft.
Warcraft-GQL is a graphql API for World of Warcraft and inspired by narutoql. You can use this API to get data that was not available in the official Blizzard API, such as Class and Race info as seen here. This project started as a way to tinker with some new libraries and framework, so feel free to contribute and add to the schema.
Query Endpoint - https://warcraft-gql.com/graphql
- clone repo
- A PostgreSQL DB
- create
.envfile and defineDATABASE_URL npm installnpm run migrate:devto run shcema migrations with Prisma Migratenpm run seedto seed DBnpm run devto start dev server and run the API ornpm run docs:devfor documentation app.
