Initial commit: Sase.tr VIN Sorgulama Platformu
Features: - Next.js 16.1.3 frontend with Turbopack - NestJS API with Prisma ORM - EMEX VIN scraper integration - Turkish translations for automotive parts - JWT authentication with refresh tokens - PM2 production deployment Tech Stack: - Frontend: Next.js 16.1, React 19, TailwindCSS - Backend: NestJS, Prisma, MySQL - Scraping: Puppeteer Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
20
apps/web/.env.example
Normal file
20
apps/web/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# ===========================================
|
||||
# Web Environment Configuration
|
||||
# ===========================================
|
||||
|
||||
# ----- App -----
|
||||
NEXT_PUBLIC_APP_NAME=Sase.tr
|
||||
NEXT_PUBLIC_APP_URL=https://sase.tr
|
||||
NEXT_PUBLIC_API_URL=https://sase.tr/api
|
||||
|
||||
# ----- NextAuth (if using) -----
|
||||
NEXTAUTH_URL=https://sase.tr
|
||||
NEXTAUTH_SECRET=your-nextauth-secret-min-32-chars
|
||||
|
||||
# ----- Social Login (Optional) -----
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
APPLE_CLIENT_ID=
|
||||
APPLE_CLIENT_SECRET=
|
||||
FACEBOOK_CLIENT_ID=
|
||||
FACEBOOK_CLIENT_SECRET=
|
||||
Reference in New Issue
Block a user