447 B
447 B
Apollo upload examples API
An example GraphQL API using Apollo upload server.
Setup
- Install the latest Node.js.
- 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
- Node.js versions >= 7.6.