Jayden Seric aa63c4c500 Version 1.0.0.
Initial release.
2017-04-02 23:14:11 +10:00

18 lines
447 B
Markdown

# Apollo upload examples 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.