dropship admin
1.0.0
데모의 경우 스트라이프 테스트 카드를 사용하세요.
이것은 풀 스택 전자 상거래 + 대시보드 및 CMS를 위한 저장소입니다: Next.js 13 App Router, React, Tailwind, Prisma, MySQL
주요 특징:
노드 버전 14.x
git clone https://github.com/vishwavinoth/dropship-admin.git
npm i
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY =
CLERK_SECRET_KEY =
NEXT_PUBLIC_CLERK_SIGN_IN_URL = / sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL = / sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL = /
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL = /
# This was inserted by `prisma init` :
# Environment variables declared in this file are automatically made available to Prisma .
# See the documentation for more detail : https : / / pris . ly / d / prisma - schema #accessing - environment - variables - from - the - schema
# Prisma supports the native connection string format for PostgreSQL , MySQL , SQLite , SQL Server , MongoDB and CockroachDB .
# See the documentation for all the connection string options : https : / / pris . ly / d / connection - strings
DATABASE_URL = ''
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME = ""
STRIPE_API_KEY =
FRONTEND_STORE_URL = http : //localhost:3001
STRIPE_WEBHOOK_SECRET =
npx prisma generate
npx prisma db push
npm run dev
npm을 사용하여 명령 실행 npm run [command]
명령 | 설명 |
---|---|
dev | 앱의 개발 인스턴스를 시작합니다. |