Example GraphQL API

An example GraphQL API using:

Installation

  1. Install the latest Node.js and npm.
  2. Duplicate .env.example as .env and configure.
  3. Run npm install in the api directory with Terminal.
  4. Run npm run dev for development, or npm run start for production.

Ensure your editor supports:

Requirements

See the package.json field engines.