Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flybayer/test-app
https://github.com/flybayer/test-app
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flybayer/test-app
- Owner: flybayer
- Created: 2021-11-13T21:27:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T21:27:24.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T08:03:18.436Z (25 days ago)
- Language: TypeScript
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: BlitzJS
description: Example Blitz app that connects to a PostgreSQL database
tags:
- postgresql
- typescript
- prisma
---# Blitz.js Postgres Example
This example is a [Blitz.js](https://blitzjs.com/) app that connects to a
Railway Postgres database.[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fexamples%2Ftree%2Fmaster%2Fexamples%2Fblitzjs&plugins=postgresql&envs=SESSION_SECRET_KEY&SESSION_SECRET_KEYDesc=%3E+32+character+secret+key)
## ✨ Features
- Blitz.js
- Postgres
- TypeScript## 💁♀️ How to use
- Click the Railway button 👆
- Add the required environment variable## 📝 Notes
This example was generated by running `blitz new`. The default SQLite database was swapped out for Postgres by following [this guide](https://blitzjs.com/docs/database-overview#switch-to-postgresql).
Read more about Blitz.js at their [official documentation](https://blitzjs.com/docs/getting-started).