mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
1015 B
1015 B
title, description, tags
| title | description | tags | |||
|---|---|---|---|---|---|
| BlitzJS | Example Blitz app that connects to a PostgreSQL database |
|
Blitz.js Postgres Example
This example is a Blitz.js app that connects to a Railway Postgres database.
✨ 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.
Read more about Blitz.js at their official documentation.