title | description | tags | ||||
---|---|---|---|---|---|---|
Next.js, Prisma ORM, Prisma Postgres |
A Next.js app using Prisma ORM with a Prisma Postgres database |
|
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.
- Prisma ORM with TypeScript
- Automatic Prisma Postgres database provisioning
- Ready-to-use API routes
- Modern Next.js App Router
- Deploy using the Railway button above
- That's it! The database is automatically:
- Provisioned
- Migrated
- Seeded with initial data
# Install dependencies
npm install
# Start the development server
npm run dev