Jayden Seric 5a935b6765 Renamed “client” “app” for clarity.
It was not intuitive that the “client” contained a client and server.
2017-04-04 02:49:18 +10:00

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.