https://github.com/moishinetzer/railway-indie
https://github.com/moishinetzer/railway-indie
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/moishinetzer/railway-indie
- Owner: moishinetzer
- Created: 2022-08-04T10:26:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T10:26:59.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T20:43:14.527Z (about 1 year ago)
- Language: TypeScript
- Size: 505 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remix example
This example deploys self-hosted version of [Remix](https://remix.run/) using their [indie-stack](https://github.com/remix-run/indie-stack). Internally it uses a PostgreSQL database to store the data.
[](https://railway.app/new/template/remix?referralCode=faraz)
## ✨ Features
- Remix
- TypeScript
- PostgreSQL
## 💁♀️ How to use
- Click the Railway button 👆
- Add the `SESSION_SECRET` environment variable
- You can hit CMD+K and use our secret generator
## 📝 Notes
- [Official docs](https://remix.run/docs/en/v1)
- A [video](https://youtu.be/1uebyGwAGvg) introducing the stack