0

I have just started to use Hasura and I wanted to know. Do I have to use the deployment methods for a simple app or can I just use the quickstart on Heroku/Docker, Download the Hasura CLI and continue from there?

idan ahal
  • 707
  • 8
  • 21

1 Answers1

1

You could start with that, but there are a number of tweaks you'd want to make if you're going to use it in production. They have a checklist that can walk you through them here:

https://hasura.io/docs/1.0/graphql/manual/deployment/production-checklist.html

mwarger
  • 821
  • 8
  • 7