| title | description | tags | ||||
|---|---|---|---|---|---|---|
Neon, Next.js, Railway |
A Next.js app using Neon database. |
|
This is a Next.js app that uses Instagres to instantly generate a claimable database for you at Neon.
- Everything you get with Next.js
- Full power of Postgres enhanced by Neon
- Pick your package manager and install dependencies.
- Run the
seedtask so the connection string is generated and the dabatase is seeded. - Run the
devto have your local server running on http://localhost:3000
| Package Manager | Install | Seed | Dev |
|---|---|---|---|
npm |
npm install |
npm run seed |
npm run dev |
pnpm |
pnpm install |
pnpm run seed |
pnpm dev |
yarn |
yarn install |
yarn seed |
yarn dev |
bun |
bun install |
bun run seed |
bun dev |