first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 21:46:42 +03:00
commit 2a5b661443
202 changed files with 49770 additions and 0 deletions

11
frontend/.env.local Normal file
View File

@@ -0,0 +1,11 @@
# NextAuth
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET="bFcOqf37V1DgSxsibuZ79jSIaI4MZ9TCB1Y7iWZFJZrtZdUJapesSi0dXo2Bx8xY"
# Backend API
NEXT_PUBLIC_API_URL=http://localhost:8080
BASE_API_URL=http://localhost:8080
# Turnstile (Cloudflare)
NEXT_PUBLIC_TURNSTILE_SITEKEY="0x4AAAAAACHzHKvlEwMamxCM"
TURNSTILE_SECRET_KEY="0x4AAAAAACHzHHisTSFzGw15HvwXF3yXRIg"