Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
alan345 committed May 21, 2018
1 parent b8814c4 commit c388023
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,14 @@ Go to url: http://localhost:3000
- **GraphQL database:** Includes GraphQL database binding to [Prisma](https://www.prismagraphql.com) (running on MySQL)
- **Tooling**: Out-of-the-box support for [GraphQL Playground](https://github.com/prisma/graphql-playground) & [query performance tracing](https://github.com/apollographql/apollo-tracing)
- **Extensible**: Simple and flexible data model – easy to adjust and extend
- **Email management**: Simple and flexible data model – easy to adjust and extend
- Welcome email
- **Chat**: Made with Prisma & apollo subscription. (WebSocket)
- **Email management**:
- Welcome email + link to validate the email
- Forget password email
- **Signup management**:
- Check password strength
- Send welcome email + link to validate the email
- App knows if email has been approved by the link


For a fully-fledged **React & Apollo tutorial**, visit [How to GraphQL](https://www.howtographql.com/react-apollo/0-introduction/). You can more learn about the idea behind GraphQL boilerplates [here](https://blog.graph.cool/graphql-boilerplates-graphql-create-how-to-setup-a-graphql-project-6428be2f3a5).
Expand Down

0 comments on commit c388023

Please sign in to comment.