mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
- Create a Railway project with the Postgres plugin
- Connect to your Railway project with
railway link - Migrate the database
railway run blitz prisma migrate - Run the Blitz app
railway run yarn dev
📝 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.