Example SignUp and Login using Hasura ations and express server.
$ docker-compose up -d
Go to hasura directory :
$ cd hasura
$ hasura migrate apply
$ hasura metadata apply
Go to server directory :
$ cd server
$ npm install
$ npm start
Explore graphql, and try SignUp and Login, remeber to uncomment admin secret and jwt_secret form docker-compose.yaml