/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v15.5.23
next.js
/
examples
/
prisma-postgres
/
..
app
Add Prisma ORM example to Next.js examples (#75290)
год назад
lib
Add Prisma ORM example to Next.js examples (#75290)
год назад
prisma
Add Prisma ORM example to Next.js examples (#75290)
год назад
.gitignore
Add Prisma ORM example to Next.js examples (#75290)
год назад
README.md
Add Prisma ORM example to Next.js examples (#75290)
год назад
next.config.ts
Add Prisma ORM example to Next.js examples (#75290)
год назад
package.json
Add Prisma ORM example to Next.js examples (#75290)
год назад
postcss.config.mjs
Add Prisma ORM example to Next.js examples (#75290)
год назад
tailwind.config.ts
Add Prisma ORM example to Next.js examples (#75290)
год назад
tsconfig.json
Add Prisma ORM example to Next.js examples (#75290)
год назад
Prisma ORM + Next.js starter
Getting started
1. Create a Next.js app
2. Create a Prisma Postgres instance
3. Setup your `.env` file
4. Migrate the database
5. Seed the database
6. Run the app
Usage
Deploy your own
Additional information
README.md