logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install hasura/graphql-engine. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

hasura/graphql-engine Installation Guide

How to install hasura/graphql-engine. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for hasura/graphql-engine. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i hasura/graphql-engine
or

Install via npx

npx @hexmos/ipm i hasura/graphql-engine

Prerequisites

Node.js

language

Version: >=16.0.0

npm

package_manager

Version: 8.14.3

Python

language

PostgreSQL

system_package

MongoDB

system_package

ClickHouse

system_package

Version: 2.1.0

MS SQL Server

system_package

Docker

system_tool

Version: 20.10.1

Git

system_tool

Version: 2.38.1

Go

language

Version: 1.18.5

Typescript

library

Version: 4.0.3

Python

language

Go Connector SDK

library

Version: 1.0.0

PostgreSQL Driver for Python

library

Version: 4.2.0

MongoDB Driver for Python

library

Version: 1.8.0

ClickHouse Driver for Python

library

Version: 2.0.0

MS SQL Server Driver for Python

library

Version: 1.0.0

Node.js

language

Version: >=16.0.0

npm

package_manager

Version: 8.14.3

Python

language

Go

language

Version: 1.18.5

Typescript

library

Version: 4.0.3

Python

language

Go Connector SDK

library

Version: 1.0.0

PostgreSQL Driver for Python

library

Version: 4.2.0

MongoDB Driver for Python

library

Version: 1.8.0

ClickHouse Driver for Python

library

Version: 2.0.0

MS SQL Server Driver for Python

library

Version: 1.0.0

Docker

system_tool

Version: 20.10.1

Git

system_tool

Version: 2.38.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Shallow Clone (V3 Engine)

git clone https://github.com/hasura/graphql-engine.git --depth 1

cd graphql-engine

git sparse-checkout init --cone

git sparse-checkout set v3

git checkout @ 

Post Installation Steps

  • Start the GraphQL server using the command: `./graphql-server`.
  • Run database migrations with the command: `hasura migrate`.