Readme tweaks.

This commit is contained in:
Jayden Seric 2017-07-08 18:28:56 +10:00
parent 832a13147c
commit 0ae374be20
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# Apollo upload example API
An example GraphQL API using [Apollo upload server](https://github.com/jaydenseric/apollo-upload-server).
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).
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.

View File

@ -1,10 +1,10 @@
# Apollo upload example web application
An example web application using [Next.js](https://github.com/zeit/next.js), [React Apollo client](http://dev.apollodata.com/react) and [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client).
An example web application using [Next.js](https://github.com/zeit/next.js), [React Apollo client](http://dev.apollodata.com/react) and [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
## Setup
1. Install the latest [Node.js](https://nodejs.org).
1. Install the latest [Node.js](https://nodejs.org) and [npm](https://npmjs.com).
2. Run `npm install` within the `app` directory in Terminal.
3. Copy `.env.example`, rename it `.env` and customize.

View File

@ -2,7 +2,7 @@
![Github release](https://img.shields.io/github/release/jaydenseric/apollo-upload-examples.svg?style=flat-square) ![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-examples.svg?style=flat-square) ![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-examples.svg?style=flat-square)
An example GraphQL API using [Apollo upload server](https://github.com/jaydenseric/apollo-upload-server) and an example [Next.js](https://github.com/zeit/next.js) [React Apollo client](http://dev.apollodata.com/react) using [Apollo upload client](https://github.com/jaydenseric/apollo-upload-client).
An example GraphQL API using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server) and an example [Next.js](https://github.com/zeit/next.js) [React Apollo client](http://dev.apollodata.com/react) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).
- [MIT license](https://en.wikipedia.org/wiki/MIT_License).