vuongxuongminh / symfony-app

Symfony application template (boilerplate) to build the modern web APIs with Hasura graphql engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hasura Extra

Introduction

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.

Documentation

The document of this template can be browsed on Github page.

License

This project is released under the MIT License.

About

Symfony application template (boilerplate) to build the modern web APIs with Hasura graphql engine.

License:MIT License


Languages

Language:PHP 90.7%Language:Shell 4.0%Language:Dockerfile 3.0%Language:Smarty 1.5%Language:Twig 0.8%