diff --git a/README.md b/README.md index 00f6e5f..a4c8f0e 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/docs/accounts.md b/docs/accounts.md index 2eee814..e44afa3 100644 --- a/docs/accounts.md +++ b/docs/accounts.md @@ -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