2017-07-08 18:28:56 +10:00

18 lines
475 B
Markdown

# Apollo upload example API
An example GraphQL API using [apollo-upload-server](https://github.com/jaydenseric/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
- Node.js versions >= 7.6.