graphql-engine/community
Praveen Durairaj 6223852e9d add whatsapp-clone sample app (#1730)
This is a forked version of Urigo's [WhatsApp Clone](https://github.com/Urigo/WhatsApp-Clone-server), integrated with Hasura.
Hasura GraphQL APIs are used in place of custom resolvers. A simple JWT server replaces the original auth server. Image uploads use the same Cloudinary APIs.
[Original React Client](https://github.com/Urigo/WhatsApp-Clone-Client-React) has been updated to match Hasura APIs and typescript definitions have been generated using GraphQL Code Generator.
2019-03-19 12:15:41 +05:30
..
boilerplates npm audit fix for packages in community folder (#1785) 2019-03-15 12:34:29 +05:30
examples refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
sample-apps add whatsapp-clone sample app (#1730) 2019-03-19 12:15:41 +05:30
tools add onegraph explorer to graphiql online (close #1816 ) (#1817) 2019-03-19 12:14:04 +05:30
README.md fix typo in community readme (#1432) 2019-01-21 18:44:21 +05:30

Community

This directory contains community-contributed code and content that supplements Hasura GraphQL Engine. It includes several example applications built using GraphQL Engine to demonstrate its features, several boilerplates for users to get started with auth webhooks, triggers, etc. and some community tooling around the Engine.

The following categories of community content can be found in their respective sub-folders:

Details on how to deploy and/or modify the code is specified in various READMEs.

Contributing guidelines

Issues in the repo for community content are labelled as c/community (see list). Additionally, some of these issues may also be labelled as help wanted, indicating a request for community contributions on priority (see list).

Please feel free to open pull requests to address these issues or to add more content here, even if a corresponding issue doesn't exist. If you are unsure about whether to go ahead and work on something like the latter, please get in touch with the maintainers in the GraphQL Engine->contrib channel in the community Discord.

License

All contents of this directory are under MIT License.