18 lines
446 B
Markdown
18 lines
446 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).
|
|
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.
|