Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorDiaconu committed Mar 30, 2018
1 parent 26048f2 commit 9a40eee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Meteor Apollo

A simple wrapper to easily add Apollo to your app, which contains:
Features:

* Apollo Live features (Reactive Queries Support)
* Plug and Play Zero-Config GraphQL Server
* GraphiQL + Subscription Support
* Apollo Live Features (Reactive Scalable Queries)
* MongoDB Tailored
* Date and JSON scalars
* HTTP and Websockets Authentication Built-in
* GraphiQL Support & Authentication
* Ability to easy add Meteor Accounts Support
* HTTP and Subscription built-in Authentication (+ GraphiQL Authentication Support)
* Meteor Accounts (Plug & Play)

## Install

If you do not Meteor up and running, [install it from here](https://www.meteor.com/install)

```
curl https://install.meteor.com/ | sh
meteor create --bare myFirstGraphQlProject
meteor create --bare graphql-baby
cd graphql-baby
```

You can install Meteor on Windows too: https://www.meteor.com/install

Let's get up and running with all the npm dependencies:

```bash
meteor npm i -S graphql graphql-load subscriptions-transport-ws apollo-live-server apollo-live-client apollo-client apollo-cache-inmemory apollo-link apollo-link-http apollo-link-ws express apollo-server-express uuid graphql-subscriptions body-parser graphql-tools graphql-type-json
```
Expand Down
2 changes: 1 addition & 1 deletion docs/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ To use them nicely inside your client:
meteor npm i -S bcrypt meteor-apollo-accounts
```

Read here: https://github.com/orionsoft/meteor-apollo-accounts#methods
Read here: https://github.com/cult-of-coders/meteor-apollo-accounts#methods

If you are using SSR and want to benefit from authentication for server-renders, check out this comment https://github.com/apollographql/meteor-integration/issues/116#issuecomment-370923220

Expand Down

0 comments on commit 9a40eee

Please sign in to comment.