Migrations and metadatas for instaq's hasura instance
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
👤 Clément Fassot
- Twitter: @ClementFassot
- Github: @Ked57
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator