An open API service indexing awesome lists of open source software.

https://github.com/willtpwise/hasura-docker-compose

A local Hasura engine running alongside a Postgre database in Docker
https://github.com/willtpwise/hasura-docker-compose

Last synced: 4 months ago
JSON representation

A local Hasura engine running alongside a Postgre database in Docker

Awesome Lists containing this project

README

          

# Hasura Docker Compose

> A local Hasura engine running alongside a Postgre database in Docker

## Usage

### Step 1: Install the Hasura CLI

Visit: https://hasura.io/docs/latest/graphql/core/hasura-cli/install-hasura-cli.html

### Step 2: Run Docker

```
docker-compose up -d
```

### Step 3: Run the console

```
hasura console
```

(and visit the link printed to your terminal)