/instaq-hasura

Hasura config, migrations and metadatas for instaq example

GNU General Public License v3.0GPL-3.0

Welcome to instaq-hasura 👋

Twitter: ClementFassot

Migrations and metadatas for instaq's hasura instance

Get started

First, you need to use docker-compose on your computer

docker-compose up -d

Then install the hasura cli: https://docs.hasura.io/1.0/graphql/manual/hasura-cli/install-hasura-cli.html

And then apply the migrations and metadatas

cd hasura
hasura migrate apply
hasura metadata apply

You can also open the console and the migrations will be auto generated into your migrations folder

hasura console

Author

👤 Clément Fassot

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator