Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottrepreneur/hasura-yujq
https://github.com/scottrepreneur/hasura-yujq
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scottrepreneur/hasura-yujq
- Owner: scottrepreneur
- Created: 2024-03-09T22:59:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T05:38:07.000Z (4 months ago)
- Last Synced: 2024-07-18T07:35:57.194Z (4 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- 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:
- postgresql
- hasura
---# Hasura example
This example sets up a [Hasura](https://hasura.io/opensource/) instance with a [PostgreSQL](https://www.postgresql.org/) database.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/hasura)
## ✨ 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.