Simple Next.js template that uses Vercel Postgres as the database and Prisma as the ORM.
Vercel Postgres를 데이터베이스로, Prisma를 ORM으로 사용하는 간단한 Next.js 템플릿입니다.
Simple Next.js template that uses Vercel Postgres as the database and Prisma as the ORM.
Vercel Postgres를 데이터베이스로 사용하고 Prisma를 ORM으로 사용하는 간단한 Next.js 템플릿입니다.
https://postgres-prisma.vercel.app/
You can choose from one of the following two methods to use this repository:
다음 두 가지 방법 중 하나를 선택하여 이 리포지토리를 사용할 수 있습니다:
Deploy the example using Vercel:
Vercel를 사용하여 예제를 배포합니다:
Execute create-next-app
with pnpm to bootstrap the example:create-next-app
와 pnpm를 실행하여 예제를 부트스트랩합니다:
pnpm create next-app --example https://github.com/vercel/examples/tree/main/storage/postgres-prisma
Once that's done, copy the .env.example file in this directory to .env.local (which will be ignored by Git):
완료되면 이 디렉터리에 있는 .env.example 파일을 .env.local에 복사합니다(Git에서 무시됨):
cp .env.example .env.local
Then open .env.local
and set the environment variables to match the ones in your Vercel Storage Dashboard.
그런 다음 .env.local
를 열고 환경 변수를 Vercel 스토리지 대시보드에 있는 것과 일치하도록 설정합니다.
Next, run Next.js in development mode:
다음으로 개발 모드에서 Next.js를 실행합니다:
pnpm dev
Deploy it to the cloud with Vercel (Documentation).
Vercel(문서)을 사용하여 클라우드에 배포합니다.
Simple Next.js template that uses Vercel Postgres as the database and Prisma as the ORM.
Vercel Postgres를 데이터베이스로, Prisma를 ORM으로 사용하는 간단한 Next.js 템플릿입니다.
Simple Next.js template that uses Vercel Postgres as the database and Prisma as the ORM.
Vercel Postgres를 데이터베이스로 사용하고 Prisma를 ORM으로 사용하는 간단한 Next.js 템플릿입니다.
https://postgres-prisma.vercel.app/
You can choose from one of the following two methods to use this repository:
다음 두 가지 방법 중 하나를 선택하여 이 리포지토리를 사용할 수 있습니다:
Deploy the example using Vercel:
Vercel를 사용하여 예제를 배포합니다:
Execute create-next-app
with pnpm to bootstrap the example:create-next-app
와 pnpm를 실행하여 예제를 부트스트랩합니다:
pnpm create next-app --example https://github.com/vercel/examples/tree/main/storage/postgres-prisma
Once that's done, copy the .env.example file in this directory to .env.local (which will be ignored by Git):
완료되면 이 디렉터리에 있는 .env.example 파일을 .env.local에 복사합니다(Git에서 무시됨):
cp .env.example .env.local
Then open .env.local
and set the environment variables to match the ones in your Vercel Storage Dashboard.
그런 다음 .env.local
를 열고 환경 변수를 Vercel 스토리지 대시보드에 있는 것과 일치하도록 설정합니다.
Next, run Next.js in development mode:
다음으로 개발 모드에서 Next.js를 실행합니다:
pnpm dev
Deploy it to the cloud with Vercel (Documentation).
Vercel(문서)을 사용하여 클라우드에 배포합니다.