You find set of steps which helps to install Hasura GraphQL Engine on existing Postgres database in the local environment using Docker. Most of the steps are the same which instructed on official website Deploying Hasura using Docker. Here we will install Postgres, pgAdmin and Hasura
Prerequisites
(1) Install Docker in your system.
(2) Download repository in your system.
(3) Navigate into the local folder in which the repository kept.
(4) Run "hasura-using-docker.yaml" on command prompt using following command.
hasura-using-docker up
(5) You will see lot of log output.
Navigate to Hasura Console for Hasura console.