Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyzlle authored May 3, 2022
1 parent ff54b3a commit 9bb8570
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
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.

0 comments on commit 9bb8570

Please sign in to comment.