https://github.com/shunkakinoki/hasura
https://github.com/shunkakinoki/hasura
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shunkakinoki/hasura
- Owner: shunkakinoki
- Created: 2021-07-24T04:01:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T04:01:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-06T21:58:02.354Z (2 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Hasura
description: A Hasura instance with a PostgreSQL database
tags:
- postgres
- hasura
---# Hasura example
This example sets up a [Hasura](https://hasura.io/opensource/) instance with a [PostgreSQL](https://www.postgresql.org/) database.
[](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fhasura&plugins=postgresql&envs=HASURA_GRAPHQL_ADMIN_SECRET&HASURA_GRAPHQL_ADMIN_SECRETDesc=To+secure+your+GraphQL+endpoint+and+the+Hasura+console.)
## ✨ Features
- Postgres
- Hasura## 💁♀️ How to use
- Click the `Deploy on Railway` button
- Set up a `HASURA_GRAPHQL_ADMIN_SECRET` to secure your endpoints and console.
- Visit your console after the deployment is complete## 📝 Notes
- This starter automagically provisions a PostgreSQL database for you when you click the `Deploy on Railway`. The `DATABASE_URL` enviroment variable used in the `Dockerfile` is picked up from there.
- The Hasura console and dev mode are enabled by default for a better development experience. You may want to read the [production checklist](https://hasura.io/docs/latest/graphql/core/deployment/production-checklist.html) before going live with your app.