Example GraphQL API
An example GraphQL API using:
Installation
- Install the latest Node.js and npm.
- Duplicate
.env.exampleas.envand configure. - Run
npm installin theapidirectory with Terminal. - Run
npm run devfor development, ornpm run startfor production.
Ensure your editor supports:
Requirements
See the package.json field engines.