This project implements a GraphQL server over top of the existing Dungeons and Dragons 5th Edition RESTful API found at http://www.dnd5eapi.co/
- NodeJS
- NPM (Node Package Manager)
- Fork and clone this repository
- Navigate to your local project directory using your preferred terminal/command line tool and run
npm install
to install project dependencies - Start the development server with
npm start
- Navigate to http://localhost:5000/graphql to use GraphiQL, the built-in UI for GraphQL development