first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:12:36 +03:00
commit e881f38e4e
278 changed files with 24095 additions and 0 deletions

17
env.example.txt Normal file
View File

@@ -0,0 +1,17 @@
# NextAuth Configuration
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-nextauth-secret-here-generate-with-openssl-rand-base64-32
# Django REST API Configuration
NEXT_PUBLIC_API_BASE_URL=http://localhost:8000/api/v1
# Google OAuth2 Configuration (optional)
# Get these from: https://console.cloud.google.com/
GOOGLE_ID=your-google-client-id
GOOGLE_SECRET=your-google-client-secret
# GitHub OAuth2 Configuration (optional)
# Get these from: https://github.com/settings/developers
GITHUB_ID=your-github-client-id
GITHUB_SECRET=your-github-client-secret