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
- Host: GitHub
- URL: https://github.com/willtpwise/hasura-docker-compose
- Owner: willtpwise
- Created: 2021-08-24T03:23:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T03:23:50.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T17:51:57.195Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)