mirror of
https://github.com/SrIzan10/starters.git
synced 2026-05-01 11:05:16 +00:00
- Remove serverless example (it was basically dup of with-postgres) - Add plugin (e.g. postgres) to example name - Update all javascript examples and make sure they work - Cleanup a bit of the ui in nextjs example
445 B
445 B
NextJS Postgres Example
This example is a NextJS app that connects to Postgres database with node-pg.
How to use
- Create a Railway project with the Postgres plugin
- Connect to your Railway project with
railway init - Run this example with
railway dev
Notes
The SQL query being run simply fetches the current time in the database. It is located in pages/api.time.js