This is an application template (boilerplate) can be used to kickstart a web APIs with Hasura graphql engine.
The application template provides the following features right out of the box:
- GraphQL server to build remote schema handle business logic.
- Alternative console commands (you don't need to install Hasura CLI) to manage Hasura metadata.
- Handle events triggered by Hasura.
- GraphQL client code generator support generate code base on your GraphQL query spec.
- JWT authentication.
- Api Helm chart to deploy your application on Kubernetes.
The document of this template can be browsed on Github page.
This project is released under the MIT License.