first commit

This commit is contained in:
dwindown
2025-10-09 12:52:41 +07:00
commit 0da6071eb3
205 changed files with 30980 additions and 0 deletions

16
apps/api/.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Database Configuration
DATABASE_URL="postgresql://username:password@localhost:5432/tabungin_dev"
SHADOW_DATABASE_URL="postgresql://username:password@localhost:5432/tabungin_shadow"
# Firebase Admin SDK Configuration
# Get these from Firebase Console > Project Settings > Service Accounts
FIREBASE_PROJECT_ID=your_project_id
FIREBASE_CLIENT_EMAIL=firebase-adminsdk-xxxxx@your_project_id.iam.gserviceaccount.com
FIREBASE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nYOUR_PRIVATE_KEY_HERE\n-----END PRIVATE KEY-----\n"
# API Configuration
PORT=3000
WEB_APP_URL=http://localhost:5173
# Development User ID (run seed script to create this user)
TEMP_USER_ID=16b74848-daa3-4dc9-8de2-3cf59e08f8e3