diff --git a/README.md b/README.md index f677d50..f5f2957 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ An SSR version of this project: [auth-flow-ssr](https://github.com/BigFatDog/auth-flow-ssr) +update: Added an autocomplete feature using redis, rxjs and mongodgb. +If you'd like to try this feature, please install redis and then launch server. +In search page, click the battery button on the bottom right of page to seed data. +For more information, please visist [autocomplete project page](https://github.com/BigFatDog/autocomplete) + ## Setup 1. install mongodb 2. clone this project from https://github.com/BigFatDog/auth-flow-react-apollo-saga.git diff --git a/package.json b/package.json index 977c477..c3dcfa0 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth-flow-react-apollo-saga", - "version": "1.0.6", + "version": "1.0.7", "description": "Full stack login/register flow with React, Apollo, Redux, Redux-saga and MongoDB.", "repository": { "type": "git",