23 lines
626 B
Markdown
23 lines
626 B
Markdown

|
|
|
|
# Apollo upload example 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. Duplicate `.env.example` as `.env` and customize.
|
|
3. With Terminal in the `api` directory run `npm install`.
|
|
4. Run `npm run dev` for development, or `npm run start` for production.
|
|
|
|
|
|
|
|
## Support
|
|
|
|
See `package.json` `engines`.
|