Skip to content

prisma/official-prisma-railway

Repository files navigation

title description tags
Next.js, Prisma ORM, Prisma Postgres
A Next.js app using Prisma ORM with a Prisma Postgres database
next
prisma
postgresql
typescript

Next.js, Prisma ORM, Prisma Postgres Example

This is a Next.js app that uses Prisma ORM with a Prisma Postgres database. The database is automatically provisioned and configured when you deploy the app.

Deploy on Railway

Features

  • Prisma ORM with TypeScript
  • Automatic Prisma Postgres database provisioning
  • Ready-to-use API routes
  • Modern Next.js App Router

Quick Start

  1. Deploy using the Railway button above
  2. That's it! The database is automatically:
    • Provisioned
    • Migrated
    • Seeded with initial data

Local Development

# Install dependencies
npm install

# Start the development server
npm run dev

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published