Manually building a GraphQL API takes a significant amount of time, effort, and expense. For the basic CRUD functionality of your GraphQL APIs, engineering groups must build a large amount of code by hand. Adding authorization, various data sources, and custom business logic to your end-point takes considerably more work and code.
Hasura takes care of all the tedious, time-consuming, and uninteresting tasks. Hasura makes GraphQL use seamless and simple. You can build faster with Hasura GraphQL.
Todo list build with Hasura GraphQL, Angular 15, dev-express data grid. You can view and update the data on the same table using data grid.
Build the docker image
docker-compose up -d
Connect to any database or create a new database using Hasura GraphQL.
Run yarn && yarn start
to test the todo list.