# Apollo upload example GraphQL API An example GraphQL API using: - [koa](https://www.npmjs.com/package/koa) - [graphql-server-koa](https://www.npmjs.com/package/graphql-server-koa) - [apollo-upload-server](https://www.npmjs.com/package/apollo-upload-server) ## Setup 1. Install the latest [Node.js](https://nodejs.org) and [npm](https://npmjs.com). 2. Run `npm install` within the `api` directory in Terminal. 3. Copy `.env.example`, rename it `.env` and customize. For development run `npm run dev`. For production run `npm run build && npm run start`. ## Support See `engines` in `package.json`.