mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
title, description, tags
| title | description | tags | ||
|---|---|---|---|---|
| Hasura | A Hasura instance with a PostgreSQL database |
|
Hasura example
This example sets up a Hasura instance with a PostgreSQL database.
✨ Features
- Postgres
- Hasura
💁♀️ How to use
- Click the
Deploy on Railwaybutton - Set up a
HASURA_GRAPHQL_ADMIN_SECRETto 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. TheDATABASE_URLenviroment variable used in theDockerfileis 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 before going live with your app.