607 B
607 B
Apollo upload example GraphQL API
An example GraphQL API using:
Setup
- Install the latest Node.js and npm.
- Run
npm installwithin theapidirectory in Terminal. - Copy
.env.example, rename it.envand customize.
For development run npm run dev.
For production run npm run build && npm run start.
Support
See engines in package.json.