Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.22 KB

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