2.1) Setup dev environment
There are three ways in which you can develop and deploy a web/mobile app using Hasura services.
a) Have your own infrastructure i.e. server. Which means convert your server computer/laptop/desktop into a Hasura server and deploy hasura on it. But , it needs a 64 bit system.
or
b) Subscribe to a IaaS provider like Azure, Digital Ocean or Google cloud etc. and get Hasura deployed on it.
or
c) Deploy it on Hasura infrastructure
Since , I had a 32 bit system , option a) was not for me . So I , had to go for option c) . Normally its a 7 day trial but Hasura was kind enough for extending my 7 days free trial pack for 2 months .
You can visit the link below for deploying your webapp using Hasura free trial project . Please click here.
For help with setting the local development environment . you can visit my teammate link . Please click here.