A Hasura Bit - What is the suggested way to setup Hasura for local development?

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024
  • What is the suggested way to setup Hasura for local development? In this short, Adron shows you the quick way to get the minimalist of a local development environment setup.
    For a much more in depth look in setting up a local development environment, check out this longer form video "Hasura Coding: Hasura Coder Setup and Workflow with Migrations, Metadata, & Seeds": • Hasura Coding - Hasura...
    -----
    🚀 Hasura makes your data instantly accessible over a real-time GraphQL API, so you can build and ship modern apps and APIs faster. Hasura connects to your databases, REST servers, GraphQL servers and third party APIs (eg: Stripe, Salesforce) to provide a unified realtime GraphQL API across all your data sources instantly.
    Check out our features: hasura.io
    Find us on Twitter: / hasurahq
    Join our community: hasura.io/discord
    -----

Комментарии • 1

  • @subhasishdas6930
    @subhasishdas6930 3 года назад

    I did it this way, and I also wanna do a hasura action. When I put the url for rest api inside hasura action's url, and try to do the mutation, it gives me error that it can't reach it. My hasura and postgres is setup is setup with docker compose and the rest api is on localhost outside docker. Can you please tell me where I'm doing wrong. I tried the host.docker.internal url too.